Searched refs:TryLoadICByValue (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | common_stubs.h | 68 V(TryLoadICByValue) \
|
D | call_signature.h | 366 V(TryLoadICByValue) \
|
D | call_signature.cpp | 540 DEF_CALL_SIGNATURE(TryLoadICByValue) in DEF_CALL_SIGNATURE() argument
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime_stub.h | 61 …static inline JSTaggedValue TryLoadICByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedVal…
|
D | ic_runtime_stub-inl.h | 109 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/ |
D | ic_runtime_stub_test.cpp | 265 …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/ |
D | runtime_call_id.h | 130 V(TryLoadICByValue) \
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 5268 … 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()
|
D | interpreter_assembly.cpp | 5746 … 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()
|