Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h142 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp1756 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local
1766 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local
1778 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local
1819 uint32_t slotIndex = READ_INST_16_4(); in InitBytecodeInfo() local
Dtype_info_accessors.cpp660 auto slotIndex = acc_.GetConstantValue(slotIndex_); in GetKeyTaggedValue() local
760 auto slotIndex = acc_.GetConstantValue(slotIndex_); in GetKeyTaggedValue() local
Dtyped_bytecode_lowering.cpp652 GateRef slotIndex = tacc.GetSlotIndex(); in LowerTypedLdPrivateProperty() local
690 GateRef slotIndex = tacc.GetSlotIndex(); in LowerTypedStPrivateProperty() local
Dslowpath_lowering.cpp3615 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerLdPrivateProperty() local
3631 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerStPrivateProperty() local
3648 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerTestIn() local
3744 GateRef slotIndex = acc_.GetValueIn(gate, 1); in LowerDefinePrivateProperty() local
Dinterpreter_stub.cpp800 GateRef slotIndex = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
813 GateRef slotIndex = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
828 GateRef slotIndex = ReadInst16_3(pc); in DECLARE_ASM_HANDLER() local
5654 GateRef slotIndex = ReadInst16_4(pc); in DECLARE_ASM_HANDLER() local
Dcircuit_builder.cpp1061 …Ref CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv()
Dstub_builder-inl.h2973 …ateRef StubBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.cpp112 uint64_t slotIndex = JSSymbol::GetSlotIndex(symbolId); in GenSymbolInfo() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1254 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in DefinePrivateProperty()
1261 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in LdPrivateProperty()
1269 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in StPrivateProperty()
1277 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in TestIn()
Dinterpreter-inl.cpp4551 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local
4563 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local
4581 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local
7478 uint32_t slotIndex = READ_INST_16_4(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1509 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeLdPrivateProperty()
1540 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeStPrivateProperty()
1574 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) in RuntimeTestIn()
3266 uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) in RuntimeDefinePrivateProperty()
Druntime_stubs.cpp1987 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS() local
1997 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS() local
2008 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS() local
2976 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp4294 uint16_t slotIndex = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4317 uint16_t slotIndex = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4340 uint16_t slotIndex = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
5529 uint16_t slotIndex = READ_INST_16_4(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
Dbaseline_stubs.cpp3554 GateRef slotIndex = Int32Argument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, INDEX1)); in GenerateCircuit() local
3567 … GateRef slotIndex = Int32Argument(PARAM_INDEX(BaselineStPrivatePropertyImm8Imm16Imm16V8, INDEX1)); in GenerateCircuit() local
3586 GateRef slotIndex = Int32Argument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, INDEX1)); in GenerateCircuit() local
5532 GateRef slotIndex = in GenerateCircuit() local