/ark/js_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 | 21 …ache::SetMonoConstuctCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetMonoConstuctCacheSlot() 35 …ache::SetPolyConstuctCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetPolyConstuctCacheSlot() 129 …he::SetMonoInlineCallCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, in SetMonoInlineCallCacheSlot() 143 …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() 54 JSTaggedValue value, uint32_t slotId) in StoreGlobalICByName() 101 … JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId) in LoadICByName() 129 … JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId) in LoadICByValue() 159 JSTaggedValue value, uint32_t slotId) in StoreICByValue() 185 JSTaggedValue value, uint32_t slotId) in StoreICByName() 451 JSTaggedValue key, uint32_t slotId, ICKind kind) in LoadMiss() 462 … JSTaggedValue key, JSTaggedValue value, uint32_t slotId, ICKind kind) in StoreMiss()
|
D | profile_type_info.h | 107 …Accessor(JSThread* thread, JSHandle<ProfileTypeInfo> profileTypeInfo, uint32_t slotId, ICKind kind) in ProfileTypeAccessor()
|
/ark/js_runtime/ecmascript/ic/tests/ |
D | ic_invoke_test.cpp | 63 uint32_t slotId = 5; in HWTEST_F_L0() local 92 uint32_t slotId = 5; in HWTEST_F_L0() local
|
/ark/js_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 2904 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 2963 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 3061 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 3100 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 3267 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 3296 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 3360 uint16_t slotId = READ_INST_8_0(); in RunInternal() local 3482 uint16_t slotId = READ_INST_8_0(); in RunInternal() local
|
D | interpreter_assembly.cpp | 2798 uint16_t slotId = READ_INST_8_0(); in HandleLdObjByValuePrefV8V8() local 2849 uint16_t slotId = READ_INST_8_0(); in HandleStObjByValuePrefV8V8() local 2955 uint16_t slotId = READ_INST_8_0(); in HandleTryLdGlobalByNamePrefId32() local 3002 uint16_t slotId = READ_INST_8_0(); in HandleTryStGlobalByNamePrefId32() local 3181 uint16_t slotId = READ_INST_8_0(); in HandleLdGlobalVarPrefId32() local 3212 uint16_t slotId = READ_INST_8_0(); in HandleLdObjByNamePrefId32V8() local 3268 uint16_t slotId = READ_INST_8_0(); in HandleStObjByNamePrefId32V8() local 3378 uint16_t slotId = READ_INST_8_0(); in HandleStGlobalVarPrefId32() local
|
/ark/js_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 1860 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 1961 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 3082 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 3170 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 3917 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 4013 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 4099 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 4160 GateRef slotId = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local
|