Home
last modified time | relevance | path

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

/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
/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

Completed in 58 milliseconds