Searched defs:slotIndex (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 1611 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local 1622 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local 1634 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local 1674 uint32_t slotIndex = READ_INST_16_4(); in InitBytecodeInfo() local
|
| D | slowpath_lowering.cpp | 3099 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerLdPrivateProperty() local 3115 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerStPrivateProperty() local 3132 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerTestIn() local 3225 GateRef slotIndex = acc_.GetValueIn(gate, 1); in LowerDefinePrivateProperty() local
|
| D | interpreter_stub.cpp | 597 GateRef slotIndex = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local 608 GateRef slotIndex = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local 620 GateRef slotIndex = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local 5079 GateRef slotIndex = ReadInst16_4(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 | 4519 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local 4533 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local 4551 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local 7452 uint32_t slotIndex = READ_INST_16_4(); 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 | 1734 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS() local 1744 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS() local 1755 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS() local 2660 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS() local
|