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:LdPatchVar
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stub_list.h
434
V(
LdPatchVar
) \
H
A
D
runtime_stubs.cpp
2941
DEF_RUNTIME_STUBS(
LdPatchVar
)
in DEF_RUNTIME_STUBS()
2943
RUNTIME_STUBS_HEADER(
LdPatchVar
);
in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
slow_runtime_stub.h
193
static JSTaggedValue
LdPatchVar
(JSThread *thread, uint32_t index);
H
A
D
slow_runtime_stub.cpp
1214
JSTaggedValue SlowRuntimeStub::
LdPatchVar
(JSThread *thread, uint32_t index)
in LdPatchVar()
function in panda::ecmascript::SlowRuntimeStub
1216
INTERPRETER_TRACE(thread,
LdPatchVar
);
in LdPatchVar()
H
A
D
interpreter-inl.cpp
7415
JSTaggedValue res = SlowRuntimeStub::
LdPatchVar
(thread, index);
in RunInternal()
H
A
D
interpreter_assembly.cpp
5984
JSTaggedValue res = SlowRuntimeStub::
LdPatchVar
(thread, index);
/arkcompiler/ets_runtime/ecmascript/
H
A
D
runtime_call_id.h
241
V(
LdPatchVar
) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
slowpath_lowering.cpp
3109
const int id = RTSTUB_ID(
LdPatchVar
);
in LowerWideLdPatchVar()
H
A
D
interpreter_stub.cpp
5538
GateRef result = CallRuntime(glue, RTSTUB_ID(
LdPatchVar
), { Int16ToTaggedInt(index) });
in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_stubs.cpp
4760
GateRef result = CallRuntime(glue, RTSTUB_ID(
LdPatchVar
), { Int16ToTaggedInt(index) });
in GenerateCircuit()
Completed in 66 milliseconds