Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_symbol.h142 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.cpp1762 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local
1772 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local
1784 uint32_t slotIndex = READ_INST_16_3(); in InitBytecodeInfo() local
1825 uint32_t slotIndex = READ_INST_16_4(); in InitBytecodeInfo() local
H A Dtype_info_accessors.cpp660 auto slotIndex = acc_.GetConstantValue(slotIndex_); in GetKeyTaggedValue() local
760 auto slotIndex = acc_.GetConstantValue(slotIndex_); in GetKeyTaggedValue() local
H A 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
5614 GateRef slotIndex = ReadInst16_4(pc); in DECLARE_ASM_HANDLER() local
H A Dtyped_bytecode_lowering.cpp652 GateRef slotIndex = tacc.GetSlotIndex(); in LowerTypedLdPrivateProperty() local
690 GateRef slotIndex = tacc.GetSlotIndex(); in LowerTypedStPrivateProperty() local
H A Dcircuit_builder.cpp1067 GateRef CircuitBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
H A Dslowpath_lowering.cpp3653 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerLdPrivateProperty() local
3669 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerStPrivateProperty() local
3686 GateRef slotIndex = acc_.GetValueIn(gate, 2); in LowerTestIn() local
3782 GateRef slotIndex = acc_.GetValueIn(gate, 1); in LowerDefinePrivateProperty() local
H A Dstub_builder-inl.h3017 inline GateRef StubBuilder::GetKeyFromLexivalEnv(GateRef lexicalEnv, GateRef levelIndex, GateRef slotIndex) in GetKeyFromLexivalEnv() argument
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_manager.cpp111 uint64_t slotIndex = JSSymbol::GetSlotIndex(symbolId); in GenSymbolInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp4315 uint16_t slotIndex = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4338 uint16_t slotIndex = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
4361 uint16_t slotIndex = READ_INST_16_3(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
5550 uint16_t slotIndex = READ_INST_16_4(); BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
[all...]
H A Dbaseline_stubs.cpp3528 GateRef slotIndex = Int32Argument(PARAM_INDEX(BaselineLdPrivatePropertyImm8Imm16Imm16, INDEX1)); in GenerateCircuit() local
3541 GateRef slotIndex = Int32Argument(PARAM_INDEX(BaselineStPrivatePropertyImm8Imm16Imm16V8, INDEX1)); in GenerateCircuit() local
3560 GateRef slotIndex = Int32Argument(PARAM_INDEX(BaselineTestInImm8Imm16Imm16, INDEX1)); in GenerateCircuit() local
5506 GateRef slotIndex = in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp1261 DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) DefinePrivateProperty() argument
1268 LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) LdPrivateProperty() argument
1276 StPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) StPrivateProperty() argument
1284 TestIn(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) TestIn() argument
H A Dinterpreter-inl.cpp4582 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local
4594 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local
4612 uint32_t slotIndex = READ_INST_16_3(); in RunInternal() local
7562 uint32_t slotIndex = READ_INST_16_4(); RunInternal() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1531 RuntimeLdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) RuntimeLdPrivateProperty() argument
1562 RuntimeStPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) RuntimeStPrivateProperty() argument
1596 RuntimeTestIn(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) RuntimeTestIn() argument
H A Druntime_stubs.cpp1964 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1974 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1985 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
2998 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter in DEF_RUNTIME_STUBS() local

Completed in 94 milliseconds