Searched defs:levelIndex (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 1610 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 1621 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 1633 uint32_t levelIndex = READ_INST_16_1(); in InitBytecodeInfo() local 1673 uint32_t levelIndex = READ_INST_16_2(); in InitBytecodeInfo() local
|
| D | slowpath_lowering.cpp | 3098 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerLdPrivateProperty() local 3114 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerStPrivateProperty() local 3131 GateRef levelIndex = acc_.GetValueIn(gate, 1); in LowerTestIn() local 3224 GateRef levelIndex = acc_.GetValueIn(gate, 0); in LowerDefinePrivateProperty() local
|
| D | interpreter_stub.cpp | 596 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 607 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 619 GateRef levelIndex = ReadInst16_1(pc); in DECLARE_ASM_HANDLER() local 5078 GateRef levelIndex = ReadInst16_2(pc); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 1247 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in DefinePrivateProperty() 1254 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in LdPrivateProperty() 1262 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in StPrivateProperty() 1270 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in TestIn()
|
| D | interpreter-inl.h | 4518 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4532 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 4550 uint32_t levelIndex = READ_INST_16_1(); in RunInternal() local 7451 uint32_t levelIndex = READ_INST_16_2(); in RunInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1356 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeLdPrivateProperty() 1387 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeStPrivateProperty() 1421 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeTestIn() 3022 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeDefinePrivateProperty()
|
| D | runtime_stubs.cpp | 1733 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 1743 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 1754 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local 2659 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS() local
|