Searched refs:TryStoreICByName (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 76 V(TryStoreICByName) \
|
H A D | call_signature.h | 416 V(TryStoreICByName) \
|
H A D | call_signature.cpp | 741 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 D | ic_runtime_stub.h | 36 static inline JSTaggedValue TryStoreICByName(JSThread *thread, JSTaggedValue receiver,
|
H A D | ic_runtime_stub-inl.h | 193 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 D | ic_runtime_stub_test.cpp | 227 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 D | runtime_call_id.h | 143 V(TryStoreICByName) \
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 2942 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 D | interpreter_assembly.cpp | 2592 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