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:scopeId
(Results
1 - 8
of
8
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H
A
D
scope_info_extractor.cpp
23
JSTaggedValue ScopeInfoExtractor::GenerateScopeInfo(JSThread *thread, uint16_t
scopeId
)
in GenerateScopeInfo()
argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
bytecodes.cpp
1067
uint16_t
scopeId
= READ_INST_16_1();
in InitBytecodeInfo()
local
1076
uint16_t
scopeId
= READ_INST_16_3();
in InitBytecodeInfo()
local
H
A
D
interpreter_stub.cpp
4056
GateRef
scopeId
= ReadInst16_1(pc);
in DECLARE_ASM_HANDLER()
local
4073
GateRef
scopeId
= ReadInst16_3(pc);
in DECLARE_ASM_HANDLER()
local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_compiler.cpp
4059
int16_t
scopeId
= READ_INST_16_3();
in BYTECODE_BASELINE_HANDLER_IMPLEMENT()
local
H
A
D
baseline_stubs.cpp
989
GateRef
scopeId
= Int32Argument(PARAM_INDEX(BaselineNewlexenvwithnameImm8Id16, SCOPEID));
in GenerateCircuit()
local
3790
GateRef
scopeId
= Int32Argument(PARAM_INDEX(BaselineWideNewlexenvwithnamePrefImm16Id16, SCOPE_ID));
in GenerateCircuit()
local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
slow_runtime_stub.cpp
395
JSTaggedValue SlowRuntimeStub::NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t
scopeId
)
in NewLexicalEnvWithName()
argument
H
A
D
interpreter-inl.cpp
4502
uint16_t
scopeId
= READ_INST_16_1();
in RunInternal()
local
4504
<< " numVars " << numVars << "
scopeId
" <<
scopeId
;
in RunInternal()
local
4516
uint16_t
scopeId
= READ_INST_16_3();
in RunInternal()
local
4518
<< " numVars " << numVars << "
scopeId
" <<
scopeId
;
in RunInternal()
local
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs.cpp
2722
JSTaggedValue
scopeId
= GetArg(argv, argc, 1); // 1: means the first parameter
in DEF_RUNTIME_STUBS()
local
2750
uint16_t
scopeId
= static_cast<uint16_t>(taggedScopeId.GetInt());
in DEF_RUNTIME_STUBS()
local
Completed in 58 milliseconds