Home
last modified time | relevance | path

Searched defs:slotId (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.h32 …ICRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kin… in ICRuntime()
67 …LoadICRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind… in LoadICRuntime()
79 …StoreICRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKin… in StoreICRuntime()
Dinvoke_cache.cpp22 …ache::SetMonoConstuctCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetMonoConstuctCacheSlot()
36 …ache::SetPolyConstuctCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetPolyConstuctCacheSlot()
121 …he::SetMonoInlineCallCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetMonoInlineCallCacheSlot()
135 …he::SetPolyInlineCallCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetPolyInlineCallCacheSlot()
Dic_runtime_stub-inl.h38 … JSTaggedValue globalValue, JSTaggedValue key, uint32_t slotId, in LoadGlobalICByName()
55 … JSTaggedValue value, uint32_t slotId, bool tryStore) in StoreGlobalICByName()
103 … JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId) in LoadICByName()
131 … JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId) in LoadICByValue()
161 JSTaggedValue value, uint32_t slotId) in StoreICByValue()
187 JSTaggedValue value, uint32_t slotId) in StoreICByName()
519 JSTaggedValue key, uint32_t slotId, ICKind kind) in LoadMiss()
530 … JSTaggedValue key, JSTaggedValue value, uint32_t slotId, ICKind kind) in StoreMiss()
Dprofile_type_info.h113 …Accessor(JSThread* thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ProfileTypeAccessor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp726 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local
1161 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local
1168 uint16_t slotId = READ_INST_16_0(); in InitBytecodeInfo() local
1175 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local
1184 uint16_t slotId = READ_INST_16_0(); in InitBytecodeInfo() local
1217 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local
1224 uint16_t slotId = READ_INST_16_0(); in InitBytecodeInfo() local
1231 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local
1238 uint16_t slotId = READ_INST_16_0(); in InitBytecodeInfo() local
1278 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local
[all …]
Daccess_object_stub_builder.cpp24 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in LoadObjByName()
94 … GateRef value, GateRef profileTypeInfo, GateRef slotId, in StoreObjByName()
145 GateRef slotId, ProfileOperation callback) in LoadObjByValue()
207 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in StoreObjByValue()
239 GateRef profileTypeInfo, GateRef slotId, in TryLoadGlobalByName()
289 … GateRef value, GateRef profileTypeInfo, GateRef slotId, in TryStoreGlobalByName()
352 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in LoadGlobalVar()
390 … GateRef value, GateRef profileTypeInfo, GateRef slotId) in StoreGlobalVar()
Dcommon_stubs.cpp217 GateRef slotId = Int32Argument(4); // 4 : 5th pars in GenerateCircuit() local
337 GateRef slotId = Int32Argument(4); // 4 : 5th para in GenerateCircuit() local
360 GateRef slotId = Int32Argument(5); // 5 : 6th para in GenerateCircuit() local
391 GateRef slotId = Int32Argument(4); // 4 : 5th para in GenerateCircuit() local
412 GateRef slotId = Int32Argument(5); // 5 : 6th para in GenerateCircuit() local
441 GateRef slotId = Int32Argument(3); // 3 : 4th para in GenerateCircuit() local
454 GateRef slotId = Int32Argument(4); // 4: 5th para in GenerateCircuit() local
466 GateRef slotId = Int32Argument(3); // 3 : 4th para in GenerateCircuit() local
479 GateRef slotId = Int32Argument(4); // 4: 5th para in GenerateCircuit() local
Dinterpreter_stub.cpp923 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local
1333 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local
1347 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER() local
1724 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local
1735 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER() local
2577 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local
2588 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER() local
2597 GateRef slotId = ZExtInt16ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local
2606 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER() local
2617 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER() local
[all …]
Dprofiler_stub_builder.cpp76 GateRef slotId = ZExtInt8ToInt32(Load(VariableType::INT8(), pc, IntPtr(1))); in ProfileOpType() local
Dstub_builder.cpp3441 …GateRef glue, GateRef object, GateRef target, GateRef profileTypeInfo, GateRef slotId, ProfileOper… in InstanceOf()
3542 …Builder::GetMethod(GateRef glue, GateRef obj, GateRef key, GateRef profileTypeInfo, GateRef slotId) in GetMethod()
Dslowpath_lowering.cpp709 GateRef slotId = builder_.ZExtInt16ToInt32(acc_.GetValueIn(gate, 0)); in LowerCallStubWithIC() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dprofile_type_info_test.cpp143 uint32_t slotId = 0; // test profileData is Undefined in HWTEST_F_L0() local
196 uint32_t slotId = 0; in HWTEST_F_L0() local
237 uint32_t slotId = 0; // test profileData is Undefined in HWTEST_F_L0() local
281 uint32_t slotId = 0; in HWTEST_F_L0() local
318 uint32_t slotId = 0; in HWTEST_F_L0() local
346 uint32_t slotId = 0; in HWTEST_F_L0() local
375 uint32_t slotId = 0; in HWTEST_F_L0() local
404 uint32_t slotId = 0; in HWTEST_F_L0() local
Dic_invoke_test.cpp58 uint32_t slotId = 5; in HWTEST_F_L0() local
87 uint32_t slotId = 5; in HWTEST_F_L0() local
Dic_runtime_test.cpp82 uint32_t slotId = 2; in HWTEST_F_L0() local
124 uint32_t slotId = 3; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h2157 uint16_t slotId = READ_INST_8_0(); in RunInternal() local
2473 uint16_t slotId = READ_INST_8_0(); in RunInternal() local
2536 uint16_t slotId = READ_INST_16_0(); in RunInternal() local
2618 uint16_t slotId = READ_INST_8_0(); in RunInternal() local
2657 uint16_t slotId = READ_INST_16_0(); in RunInternal() local
2697 uint16_t slotId = READ_INST_8_0(); in RunInternal() local
2818 uint16_t slotId = READ_INST_16_0(); in RunInternal() local
2844 uint16_t slotId = READ_INST_8_0(); in RunInternal() local
2918 uint16_t slotId = READ_INST_16_0(); in RunInternal() local
3023 uint16_t slotId = READ_INST_16_0(); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp2230 uint16_t slotId = READ_INST_8_0(); in HandleStobjbyvalueImm8V8V8() local
2325 uint16_t slotId = READ_INST_8_0(); in HandleTryldglobalbynameImm8Id16() local
2377 uint16_t slotId = READ_INST_8_0(); in HandleTrystglobalbynameImm8Id16() local
2514 uint16_t slotId = READ_INST_16_0(); in HandleLdglobalvarImm16Id16() local
2547 uint16_t slotId = READ_INST_8_0(); in HandleStobjbynameImm8Id16V8() local
2662 uint16_t slotId = READ_INST_16_0(); in HandleStglobalvarImm16Id16() local
3037 uint16_t slotId = READ_INST_16_0(); in HandleStobjbyvalueImm16V8V8() local
5271 uint16_t slotId = READ_INST_16_0(); in HandleStobjbynameImm16Id16V8() local
5345 uint16_t slotId = READ_INST_16_0(); in HandleLdobjbynameImm16Id16() local
5412 uint16_t slotId = READ_INST_8_0(); in HandleLdobjbynameImm8Id16() local
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp723 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
741 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS() local
1019 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
1036 JSTaggedValue slotId = GetArg(argv, argc, 2); // 2: means the third parameter in DEF_RUNTIME_STUBS() local
1058 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS() local
1348 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
1361 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS() local
1388 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local