| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecodes.cpp | 1761 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 1771 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 1783 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 1824 uint32_t levelIndex = READ_INST_16_2(); in InitBytecodeInfo() local
|
| H A D | interpreter_stub.cpp | 799 GateRef levelIndex = ReadInst16_1(pc);
in DECLARE_ASM_HANDLER() local 812 GateRef levelIndex = ReadInst16_1(pc);
in DECLARE_ASM_HANDLER() local 827 GateRef levelIndex = ReadInst16_1(pc);
in DECLARE_ASM_HANDLER() local 5613 GateRef levelIndex = ReadInst16_2(pc);
in DECLARE_ASM_HANDLER() local
|
| H A D | typed_bytecode_lowering.cpp | 651 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedLdPrivateProperty() local 689 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedStPrivateProperty() local
|
| H A D | circuit_builder.cpp | 1067 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
|
| H A D | slowpath_lowering.cpp | 3652 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerLdPrivateProperty() local 3668 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerStPrivateProperty() local 3685 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerTestIn() local 3781 GateRef levelIndex = acc_.GetValueIn(gate, 0); in LowerDefinePrivateProperty() local
|
| H A D | stub_builder-inl.h | 3017 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 4314 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4337 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4360 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5549 uint16_t levelIndex = READ_INST_16_2(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all...] |
| H A D | baseline_stubs.cpp | 3527 GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local 3540 GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineStPrivatePropertyImm8Imm16Imm16V8, INDEX0)); in GenerateCircuit() local 3559 GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local 5504 GateRef levelIndex = in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 1261 DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) DefinePrivateProperty() argument 1268 LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) LdPrivateProperty() argument 1276 StPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) StPrivateProperty() argument 1284 TestIn(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) TestIn() argument
|
| H A D | interpreter-inl.cpp | 4581 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4593 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4611 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 7561 uint32_t levelIndex = READ_INST_16_2(); RunInternal() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 1531 RuntimeLdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) RuntimeLdPrivateProperty() argument 1562 RuntimeStPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) RuntimeStPrivateProperty() argument 1596 RuntimeTestIn(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) RuntimeTestIn() argument
|
| H A D | runtime_stubs.cpp | 1963 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1973 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 1984 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 2997 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
|