Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetU32
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/regexp/
H
A
D
regexp_executor.cpp
26
uint32_t size = buffer.
GetU32
(0);
in Execute()
27
nCapture_ = buffer.
GetU32
(RegExpParser::NUM_CAPTURE__OFFSET);
in Execute()
28
nStack_ = buffer.
GetU32
(RegExpParser::NUM_STACK_OFFSET);
in Execute()
29
flags_ = buffer.
GetU32
(RegExpParser::FLAGS_OFFSET);
in Execute()
30
prefilter_ = buffer.
GetU32
(RegExpParser::PREFILTER_OFFSET);
in Execute()
130
uint32_t offset = byteCode.
GetU32
(GetCurrentPC() + 1);
in ExecuteInternal()
191
uint32_t offset = byteCode.
GetU32
(GetCurrentPC() + 1);
in ExecuteInternal()
H
A
D
regexp_opcode.cpp
178
<< "char32\t" << static_cast<char>(buf.
GetU32
(offset + 1)) << std::endl;
in DumpOpCode()
197
<< "goto\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << std::endl;
in DumpOpCode()
219
<< "split_next\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << std::endl;
in DumpOpCode()
241
<< "split_first\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << std::endl;
in DumpOpCode()
257
<< "loop\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << "\t"
in DumpOpCode()
258
<< buf.
GetU32
(offset + RegExpOpCode::OP_SIZE_FIVE) << "\t" << buf.
GetU32
(offset + RegExpOpCode::OP_SIZE_NINE)
in DumpOpCode()
275
<< "greedy_loop\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << "\t"
in DumpOpCode()
276
<< buf.
GetU32
(offset + RegExpOpCode::OP_SIZE_FIVE) << "\t" << buf.
GetU32
(offse
in DumpOpCode()
[all...]
H
A
D
regexp_executor.h
102
expectedChar = byteCode.
GetU32
(GetCurrentPC() + 1);
in HandleOpChar()
220
uint32_t offset = byteCode.
GetU32
(GetCurrentPC() + 1);
in HandleOpMatch()
228
uint32_t offset = byteCode.
GetU32
(GetCurrentPC() + 1);
in HandleOpSplitFirst()
249
uint32_t quantifyMin = byteCode.
GetU32
(GetCurrentPC() + LOOP_MIN_OFFSET);
in HandleOpLoop()
250
uint32_t quantifyMax = byteCode.
GetU32
(GetCurrentPC() + LOOP_MAX_OFFSET);
in HandleOpLoop()
251
uint32_t pcOffset = byteCode.
GetU32
(GetCurrentPC() + LOOP_PC_OFFSET);
in HandleOpLoop()
291
byteCode.
GetU32
(GetCurrentPC() + RANGE32_HEAD_OFFSET + idxMax * RANGE32_MAX_OFFSET +
in HandleOpRange32()
296
low = byteCode.
GetU32
(GetCurrentPC() + RANGE32_HEAD_OFFSET + static_cast<uint32_t>(idx) *
in HandleOpRange32()
298
high = byteCode.
GetU32
(GetCurrentPC() + RANGE32_HEAD_OFFSET + static_cast<uint32_t>(idx) *
in HandleOpRange32()
356
uint32_t offset = byteCode.
GetU32
(GetCurrentP
in HandleOpSparse()
[all...]
H
A
D
regexp_parser.cpp
166
offset = buffer_.
GetU32
(ptr + 1);
in ParseDisjunction()
211
uint32_t paraTmp = buffer_.
GetU32
(pos + 1);
in ParseDisjunction()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H
A
D
regexp_executor.h
106
expectedChar = byteCode.
GetU32
(GetCurrentPC() + 1);
in HandleOpChar()
224
uint32_t offset = byteCode.
GetU32
(GetCurrentPC() + 1);
232
uint32_t offset = byteCode.
GetU32
(GetCurrentPC() + 1);
253
uint32_t quantifyMin = byteCode.
GetU32
(GetCurrentPC() + LOOP_MIN_OFFSET);
254
uint32_t quantifyMax = byteCode.
GetU32
(GetCurrentPC() + LOOP_MAX_OFFSET);
255
uint32_t pcOffset = byteCode.
GetU32
(GetCurrentPC() + LOOP_PC_OFFSET);
293
uint32_t high = byteCode.
GetU32
(GetCurrentPC() + RANGE32_HEAD_OFFSET + idxMax * RANGE32_MAX_OFFSET +
298
low = byteCode.
GetU32
(GetCurrentPC() + RANGE32_HEAD_OFFSET +
300
high = byteCode.
GetU32
(GetCurrentPC() + RANGE32_HEAD_OFFSET +
H
A
D
regexp_opcode.cpp
172
<< "char32\t" << static_cast<char>(buf.
GetU32
(offset + 1)) << std::endl;
in DumpOpCode()
191
<< "goto\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << std::endl;
in DumpOpCode()
206
<< "split_next\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << std::endl;
in DumpOpCode()
221
<< "split_first\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << std::endl;
in DumpOpCode()
237
<< "loop\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << "\t"
in DumpOpCode()
238
<< buf.
GetU32
(offset + RegExpOpCode::OP_SIZE_FIVE) << "\t" << buf.
GetU32
(offset + RegExpOpCode::OP_SIZE_NINE)
in DumpOpCode()
255
<< "greedy_loop\t" << buf.
GetU32
(offset + 1) + offset + GetSize() << "\t"
in DumpOpCode()
256
<< buf.
GetU32
(offset + RegExpOpCode::OP_SIZE_FIVE) << "\t" << buf.
GetU32
(offse
in DumpOpCode()
[all...]
H
A
D
regexp_executor.cpp
30
uint32_t size = buffer.
GetU32
(0);
in Execute()
31
nCapture_ = buffer.
GetU32
(RegExpParser::NUM_CAPTURE__OFFSET);
in Execute()
32
nStack_ = buffer.
GetU32
(RegExpParser::NUM_STACK_OFFSET);
in Execute()
33
flags_ = buffer.
GetU32
(RegExpParser::FLAGS_OFFSET);
in Execute()
156
uint32_t offset = byteCode.
GetU32
(GetCurrentPC() + 1);
in ExecuteInternal()
199
uint32_t offset = byteCode.
GetU32
(GetCurrentPC() + 1);
in ExecuteInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H
A
D
assembler.h
245
uint32_t
GetU32
(size_t offset) const
in GetU32()
function in panda::ecmascript::Assembler
247
return buffer_.
GetU32
(offset);
in GetU32()
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
dyn_chunk.h
94
inline uint32_t
GetU32
(size_t offset) const
in GetU32()
function in panda::ecmascript::DynChunk
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
H
A
D
dyn_chunk_test.cpp
66
uint32_t val3 = dynChunk.
GetU32
(4);
in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H
A
D
dyn_chunk.h
107
inline uint32_t
GetU32
(size_t offset) const
in GetU32()
function in ark::DynChunk
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
dyn_buffer_test.cpp
66
uint32_t val3 = dynChunk.
GetU32
(4U);
in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
assembler_aarch64.cpp
1069
uint32_t branchCode =
GetU32
(pos);
in GetLinkOffsetFromBranchInst()
1110
uint32_t branchCode =
GetU32
(linkPos);
in SetRealOffsetToBranchInst()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H
A
D
assembler_x64.cpp
743
uint32_t preLinkPos =
GetU32
(linkPos);
in Bind()
Completed in 14 milliseconds