Searched refs:TryLoadICByName (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 74 V(TryLoadICByName) \
|
H A D | call_signature.h | 414 V(TryLoadICByName) \
|
H A D | call_signature.cpp | 706 DEF_CALL_SIGNATURE(TryLoadICByName) in DEF_CALL_SIGNATURE() 709 CallSignature tryLoadICByName("TryLoadICByName", 0, 4, in DEF_CALL_SIGNATURE()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime_stub.h | 34 static inline JSTaggedValue TryLoadICByName(JSThread *thread, JSTaggedValue receiver,
|
H A D | ic_runtime_stub-inl.h | 87 ARK_INLINE JSTaggedValue ICRuntimeStub::TryLoadICByName(JSThread *thread, JSTaggedValue receiver, in TryLoadICByName() function in panda::ecmascript::ICRuntimeStub 90 INTERPRETER_TRACE(thread, TryLoadICByName); in TryLoadICByName()
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_stub_test.cpp | 229 JSTaggedValue resultValue1 = ICRuntimeStub::TryLoadICByName(thread, handleReceiver, handleFirstObjClassVal, in HWTEST_F_L0() 235 JSTaggedValue resultValue2 = ICRuntimeStub::TryLoadICByName(thread, handleObj.GetTaggedValue(), in HWTEST_F_L0() 247 JSTaggedValue resultValue3 = ICRuntimeStub::TryLoadICByName(thread, numReceiver.GetTaggedValue(), in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 138 V(TryLoadICByName) \
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 2239 instOfHandler = ICRuntimeStub::TryLoadICByName(thread, target, firstValue, secondValue); in RunInternal() 6326 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue); in RunInternal() 6388 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue); in RunInternal() 7162 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue); in RunInternal() 7220 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue); in RunInternal()
|
H A D | interpreter_assembly.cpp | 5427 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue); 5494 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue); 6522 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue); 6583 res = ICRuntimeStub::TryLoadICByName(thread, receiver, firstValue, secondValue);
|
Completed in 31 milliseconds