Searched refs:LoadValueMiss (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime.h | 78 JSTaggedValue LoadValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key);
|
H A D | ic_runtime_stub.h | 86 static inline JSTaggedValue LoadValueMiss(JSThread *thread, ProfileTypeInfo *profileTypeInfo,
|
H A D | ic_runtime_stub-inl.h | 152 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 D | ic_runtime.cpp | 174 JSTaggedValue LoadICRuntime::LoadValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) in LoadValueMiss() function in panda::ecmascript::LoadICRuntime
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.cpp | 1242 return icRuntime.LoadValueMiss(receiver, propKey).GetRawData(); in DEF_RUNTIME_STUBS()
|
Completed in 12 milliseconds