Home
last modified time | relevance | path

Searched refs:TryStoreICByName (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h76 V(TryStoreICByName) \
H A Dcall_signature.h416 V(TryStoreICByName) \
H A Dcall_signature.cpp741 DEF_CALL_SIGNATURE(TryStoreICByName) in DEF_CALL_SIGNATURE()
744 CallSignature tryStoreICByName("TryStoreICByName", 0, 5, in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub.h36 static inline JSTaggedValue TryStoreICByName(JSThread *thread, JSTaggedValue receiver,
H A Dic_runtime_stub-inl.h193 ARK_INLINE JSTaggedValue ICRuntimeStub::TryStoreICByName(JSThread *thread, JSTaggedValue receiver, in TryStoreICByName() function in panda::ecmascript::ICRuntimeStub
197 INTERPRETER_TRACE(thread, TryStoreICByName); in TryStoreICByName()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_stub_test.cpp227 ICRuntimeStub::TryStoreICByName(thread, handleReceiver, handleFirstObjClassVal, in HWTEST_F_L0()
233 ICRuntimeStub::TryStoreICByName(thread, handleObj.GetTaggedValue(), handleFirstArrVal, in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h143 V(TryStoreICByName) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp2942 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value); in RunInternal()
3016 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value); in RunInternal()
7280 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value); in RunInternal()
7352 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value); in RunInternal()
H A Dinterpreter_assembly.cpp2592 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
5355 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
6380 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);
6452 res = ICRuntimeStub::TryStoreICByName(thread, receiver, firstValue, secondValue, value);

Completed in 32 milliseconds