Home
last modified time | relevance | path

Searched refs:LoadValueMiss (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.h78 JSTaggedValue LoadValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key);
H A Dic_runtime_stub.h86 static inline JSTaggedValue LoadValueMiss(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
H A Dic_runtime_stub-inl.h152 return LoadValueMiss(thread, profileTypeInfo, receiver, key, slotId, ICKind::LoadIC); in LoadICByValue()
658 JSTaggedValue ICRuntimeStub::LoadValueMiss(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, in LoadValueMiss() function in panda::ecmascript::ICRuntimeStub
666 return icRuntime.LoadValueMiss(receiverHandle, keyHandle); in LoadValueMiss()
H A Dic_runtime.cpp174 JSTaggedValue LoadICRuntime::LoadValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) in LoadValueMiss() function in panda::ecmascript::LoadICRuntime
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1242 return icRuntime.LoadValueMiss(receiver, propKey).GetRawData(); in DEF_RUNTIME_STUBS()

Completed in 12 milliseconds