Home
last modified time | relevance | path

Searched refs:TryLoadICByValue (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h68 V(TryLoadICByValue) \
Dcall_signature.h366 V(TryLoadICByValue) \
Dcall_signature.cpp540 DEF_CALL_SIGNATURE(TryLoadICByValue) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub.h61 …static inline JSTaggedValue TryLoadICByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedVal…
Dic_runtime_stub-inl.h109 ARK_INLINE JSTaggedValue ICRuntimeStub::TryLoadICByValue(JSThread *thread, JSTaggedValue receiver, … in TryLoadICByValue() function
112 INTERPRETER_TRACE(thread, TryLoadICByValue); in TryLoadICByValue()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp265 …JSTaggedValue resultValue = ICRuntimeStub::TryLoadICByValue(thread, handleReceiver, JSTaggedValue(… in HWTEST_F_L0()
297 …JSTaggedValue resultValue = ICRuntimeStub::TryLoadICByValue(thread, handleReceiver, JSTaggedValue(… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h130 V(TryLoadICByValue) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h5268 … res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue); in RunInternal()
5319 … res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue); in RunInternal()
6703 … res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue); in RunInternal()
6752 … res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue); in RunInternal()
Dinterpreter_assembly.cpp5746 … res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue); in HandleLdobjbyvalueImm16V8()
5802 … res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue); in HandleLdobjbyvalueImm8V8()
6104 … res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue); in HandleLdthisbyvalueImm16()
6158 … res = ICRuntimeStub::TryLoadICByValue(thread, receiver, propKey, firstValue, secondValue); in HandleLdthisbyvalueImm8()