Searched refs:LoadICWithHandler (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 93 return LoadICWithHandler(thread, receiver, receiver, secondValue); in TryLoadICByName() 97 return LoadICWithHandler(thread, receiver, receiver, cachedHandler); in TryLoadICByName() 102 return LoadICWithHandler(thread, receiver, receiver, secondValue); in TryLoadICByName() 139 return LoadICWithHandler(thread, receiver, receiver, cachedHandler); in TryLoadICByValue() 436 return LoadICWithHandler(thread, receiver, holder, handlerInfo); in LoadPrototype() 439 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadICWithHandler(JSThread *thread, JSTaggedValue receiver, in LoadICWithHandler() function 442 INTERPRETER_TRACE(thread, LoadICWithHandler); in LoadICWithHandler()
|
| D | ic_runtime_stub.h | 43 …static inline JSTaggedValue LoadICWithHandler(JSThread *thread, JSTaggedValue receiver, JSTaggedVa…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ic_stub_builder.cpp | 155 GateRef ret = LoadICWithHandler(glue_, receiver_, receiver_, *cachedHandler, callback); in LoadICByName() 232 ret = LoadICWithHandler(glue_, receiver_, receiver_, *cachedHandler, callback); in LoadICByValue()
|
| D | common_stubs.cpp | 590 Return(LoadICWithHandler(glue, receiver, receiver, secondValue, ProfileOperation())); in GenerateCircuit() 598 … Return(LoadICWithHandler(glue, receiver, receiver, cachedHandler, ProfileOperation())); in GenerateCircuit() 640 … Return(LoadICWithHandler(glue, receiver, receiver, cachedHandler, ProfileOperation())); in GenerateCircuit()
|
| D | stub_builder.h | 544 GateRef LoadICWithHandler(
|
| D | stub_builder.cpp | 1719 GateRef StubBuilder::LoadICWithHandler( in LoadICWithHandler() function in panda::ecmascript::kungfu::StubBuilder
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_runtime_stub_test.cpp | 374 HWTEST_F_L0(ICRuntimeStubTest, LoadICWithHandler) in HWTEST_F_L0() argument 401 ICRuntimeStub::LoadICWithHandler(thread, handleReceiver.GetTaggedValue(), in HWTEST_F_L0() 407 ICRuntimeStub::LoadICWithHandler(thread, handleReceiver.GetTaggedValue(), in HWTEST_F_L0() 412 ICRuntimeStub::LoadICWithHandler(thread, handleReceiver.GetTaggedValue(), in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 157 V(LoadICWithHandler) \
|