Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp1610 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
Dslowpath_lowering.cpp3098 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
Dinterpreter_stub.cpp596 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/
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.h4518 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/
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.cpp1733 …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