| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.h | 32 …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()
|
| D | invoke_cache.cpp | 22 …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()
|
| D | ic_runtime_stub-inl.h | 38 … 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()
|
| D | profile_type_info.h | 113 …Accessor(JSThread* thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ProfileTypeAccessor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 726 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 …]
|
| D | access_object_stub_builder.cpp | 24 … 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()
|
| D | common_stubs.cpp | 217 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
|
| D | interpreter_stub.cpp | 923 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 …]
|
| D | profiler_stub_builder.cpp | 76 GateRef slotId = ZExtInt8ToInt32(Load(VariableType::INT8(), pc, IntPtr(1))); in ProfileOpType() local
|
| D | stub_builder.cpp | 3441 …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()
|
| D | slowpath_lowering.cpp | 709 GateRef slotId = builder_.ZExtInt16ToInt32(acc_.GetValueIn(gate, 0)); in LowerCallStubWithIC() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | profile_type_info_test.cpp | 143 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
|
| D | ic_invoke_test.cpp | 58 uint32_t slotId = 5; in HWTEST_F_L0() local 87 uint32_t slotId = 5; in HWTEST_F_L0() local
|
| D | ic_runtime_test.cpp | 82 uint32_t slotId = 2; in HWTEST_F_L0() local 124 uint32_t slotId = 3; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 2157 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 …]
|
| D | interpreter_assembly.cpp | 2230 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/ |
| D | runtime_stubs.cpp | 723 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
|