Searched defs:numVars (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecodes.cpp | 1042 uint8_t numVars = READ_INST_8_0(); in InitBytecodeInfo() local 1049 uint16_t numVars = READ_INST_16_1(); in InitBytecodeInfo() local 1056 uint8_t numVars = READ_INST_8_1(); in InitBytecodeInfo() local 1061 uint16_t numVars = READ_INST_16_1(); in InitBytecodeInfo() local 1066 uint16_t numVars = READ_INST_8_0(); in InitBytecodeInfo() local 1075 uint16_t numVars = READ_INST_16_1(); InitBytecodeInfo() local [all...] |
| H A D | common_stubs.cpp | 343 GateRef numVars = Int32Argument(2); /* 2 : 3rd parameter is index */ in GenerateCircuit() local
|
| H A D | interpreter_stub.cpp | 4014 GateRef numVars = ReadInst8_0(pc);
in DECLARE_ASM_HANDLER() local 4035 GateRef numVars = ReadInst16_1(pc);
in DECLARE_ASM_HANDLER() local 4055 GateRef numVars = ZExtInt8ToInt16(ReadInst8_0(pc));
in DECLARE_ASM_HANDLER() local 4072 GateRef numVars = ReadInst16_1(pc);
in DECLARE_ASM_HANDLER() local 5723 GateRef numVars = ZExtInt8ToInt16(ReadInst8_1(pc));
in DECLARE_ASM_HANDLER() local 5740 GateRef numVars = ReadInst16_1(pc); DECLARE_ASM_HANDLER() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | fast_runtime_stub-inl.h | 270 JSTaggedValue FastRuntimeStub::NewLexicalEnv(JSThread *thread, ObjectFactory *factory, uint16_t numVars) in NewLexicalEnv() argument
|
| H A D | slow_runtime_stub.cpp | 379 JSTaggedValue SlowRuntimeStub::NewLexicalEnv(JSThread *thread, uint16_t numVars) in NewLexicalEnv() argument 387 JSTaggedValue SlowRuntimeStub::NewSendableEnv(JSThread *thread, uint16_t numVars) in NewSendableEnv() argument 395 JSTaggedValue SlowRuntimeStub::NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId) in NewLexicalEnvWithName() argument
|
| H A D | interpreter-inl.cpp | 4471 uint8_t numVars = READ_INST_8_0(); in RunInternal() local 4486 uint16_t numVars = READ_INST_16_1(); in RunInternal() local 4501 uint16_t numVars = READ_INST_8_0(); in RunInternal() local 4515 uint16_t numVars = READ_INST_16_1(); RunInternal() local 7630 uint8_t numVars = READ_INST_8_1(); RunInternal() local 7643 uint16_t numVars = READ_INST_16_1(); RunInternal() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 335 uint8_t numVars = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 354 uint8_t numVars = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4058 int16_t numVars = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4080 uint16_t numVars = READ_INST_16_1(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all...] |
| H A 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 3733 GateRef numVars = Int32Argument(PARAM_INDEX(BaselineWideNewlexenvPrefImm16, NUM_VARS)); in GenerateCircuit() local 3789 GateRef numVars = Int32Argument(PARAM_INDEX(BaselineWideNewlexenvwithnamePrefImm16Id16, NUM_VARS)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 2721 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2731 JSTaggedValue numVars = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local 2749 uint16_t numVars = static_cast<uint16_t>(taggedNumVars.GetInt()); in DEF_RUNTIME_STUBS() local
|
Completed in 65 milliseconds