| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 2051 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 2061 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 2073 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 2114 uint32_t levelIndex = READ_INST_16_2(); in InitBytecodeInfo() local
|
| D | slowpath_lowering.cpp | 3898 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerLdPrivateProperty() local 3914 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerStPrivateProperty() local 3931 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerTestIn() local 4023 GateRef levelIndex = acc_.GetValueIn(gate, 0); in LowerDefinePrivateProperty() local
|
| D | typed_bytecode_lowering.cpp | 918 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedLdPrivateProperty() local 955 GateRef levelIndex = tacc.GetLevelIndex(); in LowerTypedStPrivateProperty() local
|
| D | interpreter_stub.cpp | 854 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 866 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 879 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 6007 GateRef levelIndex = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local
|
| D | circuit_builder.cpp | 1268 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef glue, GateRef lexicalEnv, GateRef levelIndex, … in GetKeyFromLexivalEnv()
|
| D | stub_builder-inl.h | 3401 …ine GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef glue, GateRef lexicalEnv, GateRef levelIndex, 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 | 4591 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4603 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4621 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 7618 uint32_t levelIndex = READ_INST_16_2(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1589 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeLdPrivateProperty() 1619 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeStPrivateProperty() 1653 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeTestIn() 3451 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeDefinePrivateProperty()
|
| D | runtime_stubs.cpp | 2111 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 2121 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 2132 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 3132 …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 | 4330 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4353 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 4376 uint16_t levelIndex = READ_INST_16_1(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 5568 uint16_t levelIndex = READ_INST_16_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| D | baseline_stubs.cpp | 3555 … GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local 3568 …GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineStPrivatePropertyImm8Imm16Imm16V8, INDEX0)); in GenerateCircuit() local 3587 GateRef levelIndex = Int32Argument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, INDEX0)); in GenerateCircuit() local 5542 GateRef levelIndex = in GenerateCircuit() local
|