| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 1755 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 1765 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 1777 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 1818 uint32_t levelIndex = READ_INST_16_2(); in InitBytecodeInfo() local
|
| D | typed_bytecode_lowering.cpp | 651 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedLdPrivateProperty() local 689 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedStPrivateProperty() local
|
| D | slowpath_lowering.cpp | 3614 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerLdPrivateProperty() local 3630 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerStPrivateProperty() local 3647 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerTestIn() local 3743 GateRef levelIndex = acc_.GetValueIn(gate, 0); in LowerDefinePrivateProperty() local
|
| 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 5653 GateRef levelIndex = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local
|
| D | circuit_builder.cpp | 1061 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIn… in GetKeyFromLexivalEnv()
|
| D | stub_builder-inl.h | 2978 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef sl… in GetKeyFromLexivalEnv()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1254 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in DefinePrivateProperty() 1261 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in LdPrivateProperty() 1269 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in StPrivateProperty() 1277 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in TestIn()
|
| D | interpreter-inl.cpp | 4550 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4562 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4580 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 7477 uint32_t levelIndex = READ_INST_16_2(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1509 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeLdPrivateProperty() 1540 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeStPrivateProperty() 1574 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeTestIn() 3266 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeDefinePrivateProperty()
|
| D | runtime_stubs.cpp | 2016 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 2026 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 2037 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 3005 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 4293 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4316 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4339 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5528 uint16_t levelIndex = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| D | baseline_stubs.cpp | 3553 … GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local 3566 …GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineStPrivatePropertyImm8Imm16Imm16V8, INDEX0)); in GenerateCircuit() local 3585 GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local 5530 GateRef levelIndex = in GenerateCircuit() local
|