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
defs:firstArgRegIdx
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecodes.cpp
929
uint16_t
firstArgRegIdx
= READ_INST_8_2();
in InitBytecodeInfo()
local
937
uint16_t
firstArgRegIdx
= READ_INST_8_3();
in InitBytecodeInfo()
local
945
uint16_t
firstArgRegIdx
= READ_INST_8_3();
in InitBytecodeInfo()
local
1319
uint16_t
firstArgRegIdx
= READ_INST_8_2();
in InitBytecodeInfo()
local
1329
uint16_t
firstArgRegIdx
= READ_INST_8_4();
in InitBytecodeInfo()
local
[all...]
H
A
D
interpreter_stub.cpp
635
GateRef
firstArgRegIdx
= ZExtInt8ToInt16(ReadInst8_2(pc));
in DECLARE_ASM_HANDLER()
local
645
GateRef
firstArgRegIdx
= ZExtInt8ToInt16(ReadInst8_4(pc));
in DECLARE_ASM_HANDLER()
local
4604
GateRef
firstArgRegIdx
= ZExtInt8ToInt16(ReadInst8_2(pc));
in DECLARE_ASM_HANDLER()
local
4676
GateRef
firstArgRegIdx
= ZExtInt8ToInt16(ReadInst8_3(pc));
in DECLARE_ASM_HANDLER()
local
4749
GateRef
firstArgRegIdx
= ZExtInt8ToInt16(ReadInst8_3(pc));
DECLARE_ASM_HANDLER()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_compiler.cpp
1663
uint8_t
firstArgRegIdx
= READ_INST_8_2();
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
local
1686
uint8_t
firstArgRegIdx
= READ_INST_8_3();
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
local
4101
uint8_t
firstArgRegIdx
= READ_INST_8_3();
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
local
4125
uint8_t
firstArgRegIdx
= READ_INST_8_4();
BYTECODE_BASELINE_HANDLER_IMPLEMENT()
local
[all...]
H
A
D
baseline_stubs.cpp
733
GateRef
firstArgRegIdx
=
in GenerateCircuit()
local
3583
GateRef
firstArgRegIdx
= Int32Argument(PARAM_INDEX(BaselineWideCreateobjectwithexcludedkeysPrefImm16V8V8, V2));
in GenerateCircuit()
local
3620
GateRef
firstArgRegIdx
= Int32Argument(PARAM_INDEX(BaselineWideNewobjrangePrefImm16V8, IDX));
in GenerateCircuit()
local
3839
GateRef
firstArgRegIdx
= Int32Argument(PARAM_INDEX(BaselineNewobjrangeImm8Imm8V8, FIRST_ARG_REG_IDX));
in GenerateCircuit()
local
3928
GateRef
firstArgRegIdx
= Int32Argument(PARAM_INDEX(BaselineNewobjrangeImm16Imm8V8, FIRST_ARG_REG_IDX));
GenerateCircuit()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
slow_runtime_stub.cpp
328
CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValue objVal, uint16_t
firstArgRegIdx
)
CreateObjectWithExcludedKeys()
argument
H
A
D
interpreter-inl.cpp
4039
uint16_t
firstArgRegIdx
= READ_INST_8_2();
in RunInternal()
local
4040
LOG_INST() << "intrinsics::createobjectwithexcludedkeys " << numKeys << " v" <<
firstArgRegIdx
;
in RunInternal()
local
4053
uint16_t
firstArgRegIdx
= READ_INST_8_4();
in RunInternal()
local
4054
LOG_INST() << "intrinsics::createobjectwithexcludedkeys " << numKeys << " v" <<
firstArgRegIdx
;
in RunInternal()
local
4066
uint16_t
firstArgRegIdx
= READ_INST_8_2();
in RunInternal()
local
4067
LOG_INST() << "intrinsics::newobjRange " << numArgs << " v" <<
firstArgRegIdx
;
in RunInternal()
local
4201
uint16_t
firstArgRegIdx
= READ_INST_8_3();
RunInternal()
local
4202
LOG_INST() << "intrinsics::newobjRange " << numArgs << " v" <<
firstArgRegIdx
;
RunInternal()
local
4337
uint16_t
firstArgRegIdx
= READ_INST_8_3();
RunInternal()
local
4338
LOG_INST() << "intrinsics::newobjRange " << numArgs << " v" <<
firstArgRegIdx
;
RunInternal()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
2514
JSTaggedValue
firstArgRegIdx
= GetArg(argv, argc, 2); // 2: means the second parameter
in DEF_RUNTIME_STUBS()
local
Completed in 57 milliseconds