Searched defs:scopeId (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | scope_info_extractor.cpp | 23 JSTaggedValue ScopeInfoExtractor::GenerateScopeInfo(JSThread *thread, uint16_t scopeId) in GenerateScopeInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 1343 uint16_t scopeId = READ_INST_16_1(); in InitBytecodeInfo() local 1352 uint16_t scopeId = READ_INST_16_3(); in InitBytecodeInfo() local
|
| D | interpreter_stub.cpp | 4322 GateRef scopeId = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 4340 GateRef scopeId = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2839 …ue RuntimeStubs::RuntimeNewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId) in RuntimeNewLexicalEnvWithName() 2914 …RuntimeStubs::RuntimeOptNewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId, in RuntimeOptNewLexicalEnvWithName() 3233 JSTaggedValue RuntimeStubs::RuntimeOptGenerateScopeInfo(JSThread *thread, uint16_t scopeId, JSTagge… in RuntimeOptGenerateScopeInfo()
|
| D | runtime_stubs.cpp | 2849 JSTaggedValue scopeId = GetArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 2877 uint16_t scopeId = static_cast<uint16_t>(taggedScopeId.GetInt()); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 395 …dValue SlowRuntimeStub::NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId) in NewLexicalEnvWithName()
|
| D | interpreter-inl.cpp | 4512 uint16_t scopeId = READ_INST_16_1(); in RunInternal() local 4526 uint16_t scopeId = READ_INST_16_3(); in RunInternal() local
|
| D | interpreter_assembly.cpp | 3868 uint16_t scopeId = READ_INST_16_3(); in HandleWideNewlexenvwithnamePrefImm16Id16() local 7376 uint16_t scopeId = READ_INST_16_1(); in HandleNewlexenvwithnameImm8Id16() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 992 GateRef scopeId = Int32Argument(PARAM_INDEX(BaselineNewlexenvwithnameImm8Id16, SCOPEID)); in GenerateCircuit() local 3819 …GateRef scopeId = Int32Argument(PARAM_INDEX(BaselineWideNewlexenvwithnamePrefImm16Id16, SCOPE_ID)); in GenerateCircuit() local
|
| D | baseline_compiler.cpp | 4075 int16_t scopeId = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|