| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 1041 uint8_t numVars = READ_INST_8_0(); in InitBytecodeInfo() local 1048 uint16_t numVars = READ_INST_16_1(); in InitBytecodeInfo() local 1055 uint8_t numVars = READ_INST_8_1(); in InitBytecodeInfo() local 1060 uint16_t numVars = READ_INST_16_1(); in InitBytecodeInfo() local 1065 uint16_t numVars = READ_INST_8_0(); in InitBytecodeInfo() local 1074 uint16_t numVars = READ_INST_16_1(); in InitBytecodeInfo() local
|
| D | interpreter_stub.cpp | 4054 GateRef numVars = ReadInst8_0(pc); in DECLARE_ASM_HANDLER() local 4075 GateRef numVars = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 4095 GateRef numVars = ZExtInt8ToInt16(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 4112 GateRef numVars = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 5763 GateRef numVars = ZExtInt8ToInt16(ReadInst8_1(pc)); in DECLARE_ASM_HANDLER() local 5780 GateRef numVars = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local
|
| D | common_stubs.cpp | 343 GateRef numVars = Int32Argument(2); /* 2 : 3rd parameter is index */ in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | fast_runtime_stub-inl.h | 270 …gedValue FastRuntimeStub::NewLexicalEnv(JSThread *thread, ObjectFactory *factory, uint16_t numVars) in NewLexicalEnv()
|
| D | slow_runtime_stub.cpp | 379 JSTaggedValue SlowRuntimeStub::NewLexicalEnv(JSThread *thread, uint16_t numVars) in NewLexicalEnv() 387 JSTaggedValue SlowRuntimeStub::NewSendableEnv(JSThread *thread, uint16_t numVars) in NewSendableEnv() 395 JSTaggedValue SlowRuntimeStub::NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t s… in NewLexicalEnvWithName()
|
| D | interpreter-inl.cpp | 4440 uint8_t numVars = READ_INST_8_0(); in RunInternal() local 4455 uint16_t numVars = READ_INST_16_1(); in RunInternal() local 4470 uint16_t numVars = READ_INST_8_0(); in RunInternal() local 4484 uint16_t numVars = READ_INST_16_1(); in RunInternal() local 7546 uint8_t numVars = READ_INST_8_1(); in RunInternal() local 7559 uint16_t numVars = READ_INST_16_1(); in RunInternal() local
|
| D | interpreter_assembly.cpp | 1735 uint8_t numVars = READ_INST_8_0(); in HandleNewlexenvImm8() local 3810 uint16_t numVars = READ_INST_16_1(); in HandleWideNewlexenvwithnamePrefImm16Id16() local 3828 uint16_t numVars = READ_INST_16_1(); in HandleWideNewlexenvPrefImm16() local 6654 uint8_t numVars = READ_INST_8_1(); in HandleCallRuntimeNewSendableEnvImm8() local 6669 uint16_t numVars = READ_INST_16_1(); in HandleCallRuntimeNewSendableEnvImm16() local 7299 uint16_t numVars = READ_INST_8_0(); in HandleNewlexenvwithnameImm8Id16() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 2193 JSTaggedValue RuntimeStubs::RuntimeNewLexicalEnv(JSThread *thread, uint16_t numVars) in RuntimeNewLexicalEnv() 2205 JSTaggedValue RuntimeStubs::RuntimeNewSendableEnv(JSThread *thread, uint16_t numVars) in RuntimeNewSendableEnv() 2666 JSTaggedValue RuntimeStubs::RuntimeNewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16… in RuntimeNewLexicalEnvWithName() 2732 JSTaggedValue RuntimeStubs::RuntimeOptNewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uin… in RuntimeOptNewLexicalEnvWithName()
|
| D | runtime_stubs.cpp | 2699 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2709 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2727 uint16_t numVars = static_cast<uint16_t>(taggedNumVars.GetInt()); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 336 uint8_t numVars = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 355 uint8_t numVars = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4037 int16_t numVars = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4059 uint16_t numVars = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| D | baseline_stubs.cpp | 964 GateRef numVars = Int32Argument(PARAM_INDEX(BaselineNewlexenvImm8, NUM_VARS)); in GenerateCircuit() local 988 GateRef numVars = Int32Argument(PARAM_INDEX(BaselineNewlexenvwithnameImm8Id16, NUM_VARS)); in GenerateCircuit() local 3759 GateRef numVars = Int32Argument(PARAM_INDEX(BaselineWideNewlexenvPrefImm16, NUM_VARS)); in GenerateCircuit() local 3815 …GateRef numVars = Int32Argument(PARAM_INDEX(BaselineWideNewlexenvwithnamePrefImm16Id16, NUM_VARS)); in GenerateCircuit() local
|