Home
last modified time | relevance | path

Searched defs:slotIndex (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp1611 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
Dslowpath_lowering.cpp3099 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
Dinterpreter_stub.cpp597 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/
Dslow_runtime_stub.cpp1247 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()
Dinterpreter-inl.h4519 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/
Druntime_stubs-inl.h1356 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()
Druntime_stubs.cpp1734 …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