Home
last modified time | relevance | path

Searched defs:scopeId (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dscope_info_extractor.cpp23 JSTaggedValue ScopeInfoExtractor::GenerateScopeInfo(JSThread *thread, uint16_t scopeId) in GenerateScopeInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp1066 uint16_t scopeId = READ_INST_16_1(); in InitBytecodeInfo() local
1075 uint16_t scopeId = READ_INST_16_3(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp4096 GateRef scopeId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
4113 GateRef scopeId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2666 …ue RuntimeStubs::RuntimeNewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId) in RuntimeNewLexicalEnvWithName()
2732 …RuntimeStubs::RuntimeOptNewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId, in RuntimeOptNewLexicalEnvWithName()
3043 JSTaggedValue RuntimeStubs::RuntimeOptGenerateScopeInfo(JSThread *thread, uint16_t scopeId, JSTagge… in RuntimeOptGenerateScopeInfo()
Druntime_stubs.cpp2730 JSTaggedValue scopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
2758 uint16_t scopeId = static_cast<uint16_t>(taggedScopeId.GetInt()); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp395 …dValue SlowRuntimeStub::NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId) in NewLexicalEnvWithName()
Dinterpreter-inl.cpp4471 uint16_t scopeId = READ_INST_16_1(); in RunInternal() local
4485 uint16_t scopeId = READ_INST_16_3(); in RunInternal() local
Dinterpreter_assembly.cpp3811 uint16_t scopeId = READ_INST_16_3(); in HandleWideNewlexenvwithnamePrefImm16Id16() local
7300 uint16_t scopeId = READ_INST_16_1(); in HandleNewlexenvwithnameImm8Id16() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp989 GateRef scopeId = Int32Argument(PARAM_INDEX(BaselineNewlexenvwithnameImm8Id16, SCOPEID)); in GenerateCircuit() local
3816 …GateRef scopeId = Int32Argument(PARAM_INDEX(BaselineWideNewlexenvwithnamePrefImm16Id16, SCOPE_ID)); in GenerateCircuit() local
Dbaseline_compiler.cpp4038 int16_t scopeId = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local