| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | aot_data.cpp | 54 int32_t slotId = GetPltSlotId(methodId); in GetPltSlotOffset() local 60 int32_t slotId; in GetPltSlotId() local 73 int32_t slotId; in GetVirtIndexSlotOffset() local 86 int32_t slotId = GetClassSlotId(klassId); in GetClassSlotOffset() local 92 int32_t slotId = GetStringSlotId(stringId); in GetStringSlotOffset() local 98 int32_t slotId; in GetClassSlotId() local 111 int32_t slotId; in GetStringSlotId() local 124 int32_t slotId; in GetCommonSlotOffset() local 137 int32_t slotId = GetIntfInlineCacheSlotId(cacheIdx); in GetInfInlineCacheSlotOffset() local 143 int32_t slotId; in GetIntfInlineCacheSlotId() local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 57 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 68 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local 78 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 89 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local 101 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 112 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local 123 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 135 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local 169 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 189 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local [all …]
|
| D | jit_task.cpp | 105 uint32_t slotId = profileInfoHandle->GetIcSlotAndOsrLength() - 1; // 1 : get last slot in InstallOsrCode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 865 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local 887 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local 897 uint16_t slotId = READ_INST_16_0(); in InitBytecodeInfo() local 907 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local 917 uint16_t slotId = READ_INST_16_0(); in InitBytecodeInfo() local 1393 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local 1400 uint16_t slotId = READ_INST_16_0(); in InitBytecodeInfo() local 1407 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local 1416 uint16_t slotId = READ_INST_16_0(); in InitBytecodeInfo() local 1449 uint16_t slotId = READ_INST_8_0(); in InitBytecodeInfo() local [all …]
|
| D | access_object_stub_builder.cpp | 25 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in LoadObjByName() 65 …GateRef glue, GateRef receiver, GateRef key, GateRef profileTypeInfo, GateRef slotId, ProfileOpera… in LoadPrivatePropertyByName() 131 … GateRef value, GateRef profileTypeInfo, GateRef slotId, in StoreObjByName() 176 GateRef slotId, in StorePrivatePropertyByName() 230 GateRef slotId, ProfileOperation callback) in LoadObjByValue() 296 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in StoreObjByValue() 333 GateRef profileTypeInfo, GateRef slotId, in TryLoadGlobalByName() 383 … GateRef value, GateRef profileTypeInfo, GateRef slotId, in TryStoreGlobalByName() 446 … GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in LoadGlobalVar() 484 … GateRef value, GateRef profileTypeInfo, GateRef slotId) in StoreGlobalVar()
|
| D | jit_compilation_env.h | 94 void UpdateFuncSlotIdMap(uint32_t calleeOffset, uint32_t callerOffset, uint32_t slotId) in UpdateFuncSlotIdMap()
|
| D | common_stubs.cpp | 75 GateRef slotId = Int32Argument(5); // 5: 6th argument in GenerateCircuit() local 285 GateRef slotId = Int32Argument(4); // 4 : 5th pars in GenerateCircuit() local 467 GateRef slotId = Int32Argument(4); // 4 : 5th para in GenerateCircuit() local 490 GateRef slotId = Int32Argument(5); // 5 : 6th para in GenerateCircuit() local 521 GateRef slotId = Int32Argument(4); // 4 : 5th para in GenerateCircuit() local 542 GateRef slotId = Int32Argument(5); // 5 : 6th para in GenerateCircuit() local 640 GateRef slotId = Int32Argument(3); // 3 : 4th para in GenerateCircuit() local 653 GateRef slotId = Int32Argument(4); // 4: 5th para in GenerateCircuit() local 665 GateRef slotId = Int32Argument(3); // 3 : 4th para in GenerateCircuit() local 678 GateRef slotId = Int32Argument(4); // 4: 5th para in GenerateCircuit() local [all …]
|
| D | profiler_stub_builder.cpp | 41 GateRef slotId, const std::vector<GateRef> &values, OperationType type) in PGOProfiler() 104 GateRef slotId = GetSlotID(slotInfo); in ProfileOpType() local 155 GateRef slotId = GetSlotID(slotInfo); in ProfileDefineClass() local 195 GateRef slotId = GetSlotID(slotInfo); in ProfileCreateObject() local 266 GateRef slotId = GetSlotID(slotInfo); in ProfileCall() local 376 GateRef slotId = GetSlotID(slotInfo); in ProfileNativeCall() local 578 GateRef slotId = GetSlotID(slotInfo); in ProfileBranch() local 743 GateRef slotId = GetSlotID(slotInfo); in ProfileGetIterator() local
|
| D | interpreter_stub.cpp | 758 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 770 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER() local 826 [[maybe_unused]] GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 1292 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 1775 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 1789 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER() local 2166 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 2177 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER() local 3153 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 3164 GateRef slotId = ZExtInt16ToInt32(ReadInst16_0(pc)); in DECLARE_ASM_HANDLER() local [all …]
|
| D | jit_compilation_env.cpp | 205 uint32_t slotId = funcSlotChain[i].first; in GetJsFunctionByMethodOffset() local
|
| D | new_object_stub_builder.cpp | 1099 … Variable *result, Label *success, Label *failed, GateRef slotId, in NewJSFunction() 1143 …tStubBuilder::SetProfileTypeInfoCellToFunction(GateRef jsFunc, GateRef definedFunc, GateRef slotId) in SetProfileTypeInfoCellToFunction() 1860 …GateRef profileTypeInfo, GateRef slotId, GateRef slotValue, GateRef arrayLiteral, ProfileOperation… in LoadTrackInfo() 1996 GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in CreateEmptyArray() 2032 TraceIdInfo traceIdInfo, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) in CreateArrayWithBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.h | 33 …ICRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kin… in ICRuntime() 70 …LoadICRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind… in LoadICRuntime() 87 …StoreICRuntime(JSThread *thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKin… in StoreICRuntime()
|
| D | invoke_cache.cpp | 23 …ache::SetMonoConstuctCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetMonoConstuctCacheSlot() 37 …ache::SetPolyConstuctCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetPolyConstuctCacheSlot() 122 …he::SetMonoInlineCallCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetMonoInlineCallCacheSlot() 136 …he::SetPolyInlineCallCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetPolyInlineCallCacheSlot()
|
| D | ic_runtime_stub-inl.h | 39 … JSTaggedValue globalValue, JSTaggedValue key, uint32_t slotId, in LoadGlobalICByName() 56 … JSTaggedValue value, uint32_t slotId, bool tryStore) in StoreGlobalICByName() 110 … JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId) in LoadICByName() 148 … JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId) in LoadICByValue() 178 JSTaggedValue value, uint32_t slotId) in StoreICByValue() 204 JSTaggedValue value, uint32_t slotId) in StoreICByName() 639 JSTaggedValue key, uint32_t slotId, ICKind kind) in LoadMiss() 650 JSTaggedValue key, uint32_t slotId, ICKind kind) in LoadValueMiss() 661 … JSTaggedValue key, JSTaggedValue value, uint32_t slotId, ICKind kind) in StoreMiss()
|
| D | profile_type_info.h | 384 …Accessor(JSThread* thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ProfileTypeAccessor()
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | profile_type_info_test.cpp | 137 uint32_t slotId = 0; // test profileData is Undefined in HWTEST_F_L0() local 187 uint32_t slotId = 0; in HWTEST_F_L0() local 225 uint32_t slotId = 0; // test profileData is Undefined in HWTEST_F_L0() local 267 uint32_t slotId = 0; in HWTEST_F_L0() local 303 uint32_t slotId = 0; in HWTEST_F_L0() local 330 uint32_t slotId = 0; in HWTEST_F_L0() local 358 uint32_t slotId = 0; in HWTEST_F_L0() local 386 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 123 uint32_t slotId = 3; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 745 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 752 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local 758 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 765 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local 773 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 780 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local 787 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 795 uint16_t slotId = READ_INST_16_0(); in ProfileBytecode() local 825 uint8_t slotId = READ_INST_8_0(); in ProfileBytecode() local 832 uint8_t slotId = READ_INST_8_1(); in ProfileBytecode() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_compiler.cpp | 509 uint16_t slotId = READ_INST_16_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 530 uint16_t slotId = READ_INST_16_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 551 uint8_t slotId = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 572 uint8_t slotId = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 592 uint16_t slotId = READ_INST_16_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 613 uint16_t slotId = READ_INST_16_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 633 uint8_t slotId = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 654 uint8_t slotId = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 676 uint16_t slotId = READ_INST_16_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local 697 uint16_t slotId = READ_INST_16_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local [all …]
|
| D | baseline_stubs.cpp | 181 #define DEFINE_PROFILE_CALLBACK(glue, sp, slotId) … argument 298 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, SLOT_ID)); in GenerateCircuit() local 316 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallArg1Imm8V8, SLOT_ID)); in GenerateCircuit() local 496 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineGetiteratorImm8, SLOT_ID)); in GenerateCircuit() local 509 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineGetiteratorImm16, SLOT_ID)); in GenerateCircuit() local 665 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreateemptyobject, SLOT_ID)); in GenerateCircuit() local 678 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreateemptyarrayImm8, SLOT_ID)); in GenerateCircuit() local 692 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreateemptyarrayImm16, SLOTID)); in GenerateCircuit() local 747 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCallthis0Imm8V8, SLOT_ID)); in GenerateCircuit() local 776 GateRef slotId = Int32Argument(PARAM_INDEX(BaselineCreatearraywithbufferImm8Id16, SLOTID)); in GenerateCircuit() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 996 … JSTaggedValue profileTypeInfo, uint16_t slotId) in UpdateProfileTypeInfoCellToFunction() 2218 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 2537 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 2600 uint16_t slotId = READ_INST_16_0(); in RunInternal() local 2682 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 2723 uint16_t slotId = READ_INST_16_0(); in RunInternal() local 2765 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 2890 uint16_t slotId = READ_INST_16_0(); in RunInternal() local 2918 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 2992 uint16_t slotId = READ_INST_16_0(); in RunInternal() local [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | ark_gvn.cpp | 149 auto slotId = arkInterface_->CreateIntfInlineCacheSlotId(callInst->getFunction()); in RunOnBasicBlock() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 1285 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 1306 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS() local 1547 uint16_t slotId = static_cast<uint16_t>(GetArg(argv, argc, INDEX_OF_SLOT_ID).GetInt()); in DEF_RUNTIME_STUBS() local 1682 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 1699 JSTaggedValue slotId = GetArg(argv, argc, 2); // 2: means the third parameter in DEF_RUNTIME_STUBS() local 1721 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS() local 2130 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 2143 JSTaggedValue slotId = GetArg(argv, argc, 4); // 4: means the fourth parameter in DEF_RUNTIME_STUBS() local 2170 JSTaggedValue slotId = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 2540 uint16_t slotId = static_cast<uint16_t>(GetArg(argv, argc, INDEX_OF_SLOT_ID).GetInt()); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | builtins.cpp | 362 auto slotId = inst->getOperand(1U); in LowerLoadString() local
|