Home
last modified time | relevance | path

Searched defs:scopeId (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_scope.cpp24 size_t scopeId = scopeStack_.size(); in OpenScope() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dscope_info_extractor.cpp23 JSTaggedValue ScopeInfoExtractor::GenerateScopeInfo(JSThread *thread, uint16_t scopeId) in GenerateScopeInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.cpp1067 uint16_t scopeId = READ_INST_16_1(); in InitBytecodeInfo() local
1076 uint16_t scopeId = READ_INST_16_3(); in InitBytecodeInfo() local
H A Dinterpreter_stub.cpp4056 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 Dnative_value.h59 int32_t scopeId = -1; member
H A Dnative_engine.cpp655 int32_t scopeId = -1; in GetContainerScopeIdFunc() local
H A Dnative_api.cpp1216 int32_t scopeId = OHOS::Ace::ContainerScope::CurrentId(); in napi_call_function() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp530 int32_t scopeId = ContainerScope::CurrentId(); in GetContainerId() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp4059 int16_t scopeId = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
H A Dbaseline_stubs.cpp989 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 Dslow_runtime_stub.cpp395 JSTaggedValue SlowRuntimeStub::NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId) in NewLexicalEnvWithName() argument
H A Dinterpreter-inl.cpp4502 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 Druntime_stubs.cpp2722 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 DOutputSPIRV.cpp3231 const spirv::IdScope scopeId = mBuilder.getUintConstant(spv::ScopeDevice); in createAtomicBuiltIn() local
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp7913 spv::Id scopeId; in createAtomicOperation() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5864 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 Darkts_native_common_bridge.cpp7753 auto scopeId = scopeIdArg->ToString(vm)->ToString(vm); in SetFocusScopePriority() local

Completed in 124 milliseconds