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 - 17
of
17
) sorted by relevance
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H
A
D
ark_interop_scope.cpp
24
size_t
scopeId
= scopeStack_.size();
in OpenScope()
local
/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
/foundation/arkui/napi/native_engine/
H
A
D
native_value.h
59
int32_t
scopeId
= -1;
member
H
A
D
native_engine.cpp
655
int32_t
scopeId
= -1;
in GetContainerScopeIdFunc()
local
H
A
D
native_api.cpp
1216
int32_t
scopeId
= OHOS::Ace::ContainerScope::CurrentId();
in napi_call_function()
local
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_worker.cpp
530
int32_t
scopeId
= ContainerScope::CurrentId();
in GetContainerId()
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
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
OutputSPIRV.cpp
3231
const spirv::IdScope
scopeId
= mBuilder.getUintConstant(spv::ScopeDevice);
in createAtomicBuiltIn()
local
/third_party/glslang/SPIRV/
H
A
D
GlslangToSpv.cpp
7913
spv::Id
scopeId
;
in createAtomicOperation()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_common_modifier.cpp
5864
void SetFocusScopePriority(ArkUINodeHandle node, ArkUI_CharPtr
scopeId
, ArkUI_Int32 priority)
in SetFocusScopePriority()
argument
5876
std::string
scopeId
= "";
in ResetFocusScopePriority()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_common_bridge.cpp
7753
auto
scopeId
= scopeIdArg->ToString(vm)->ToString(vm);
in SetFocusScopePriority()
local
Completed in 124 milliseconds