| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 2040 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 2050 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 2062 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 2103 uint32_t levelIndex = READ_INST_16_2(); in InitBytecodeInfo() local
|
| D | slowpath_lowering.cpp | 3433 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerLdPrivateProperty() local 3449 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerStPrivateProperty() local 3466 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerTestIn() local 3562 GateRef levelIndex = acc_.GetValueIn(gate, 0); in LowerDefinePrivateProperty() local
|
| D | typed_bytecode_lowering.cpp | 681 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedLdPrivateProperty() local 718 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedStPrivateProperty() local
|
| D | interpreter_stub.cpp | 789 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 802 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 817 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 5633 GateRef levelIndex = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local
|
| D | circuit_builder.cpp | 1155 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIn… in GetKeyFromLexivalEnv()
|
| D | stub_builder-inl.h | 3188 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef sl… in GetKeyFromLexivalEnv()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1270 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in DefinePrivateProperty() 1277 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in LdPrivateProperty() 1285 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in StPrivateProperty() 1293 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in TestIn()
|
| D | interpreter-inl.cpp | 4572 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4584 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4602 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 7552 uint32_t levelIndex = READ_INST_16_2(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1537 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeLdPrivateProperty() 1567 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeStPrivateProperty() 1601 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeTestIn() 3294 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeDefinePrivateProperty()
|
| D | runtime_stubs.cpp | 1995 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 2005 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 2016 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 3029 …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 | 4336 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4359 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4382 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5571 uint16_t levelIndex = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| D | baseline_stubs.cpp | 3547 … GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local 3560 …GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineStPrivatePropertyImm8Imm16Imm16V8, INDEX0)); in GenerateCircuit() local 3579 GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local 5524 GateRef levelIndex = in GenerateCircuit() local
|