Searched refs:LoadPrototype (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime.cpp | 56 handlerValue = PrototypeHandler::LoadPrototype(thread_, op, hclass); in UpdateLoadHandler() 65 handlerValue = PrototypeHandler::LoadPrototype(thread_, op, hclass); in UpdateLoadHandler()
|
D | ic_runtime_stub.h | 59 …static inline JSTaggedValue LoadPrototype(JSThread *thread, JSTaggedValue receiver, JSTaggedValue …
|
D | ic_runtime_stub-inl.h | 384 JSTaggedValue ICRuntimeStub::LoadPrototype(JSThread *thread, JSTaggedValue receiver, JSTaggedValue … in LoadPrototype() function 386 INTERPRETER_TRACE(thread, LoadPrototype); in LoadPrototype() 418 return LoadPrototype(thread, receiver, handler); in LoadICWithHandler()
|
D | ic_handler.h | 240 …static inline JSHandle<JSTaggedValue> LoadPrototype(const JSThread *thread, const ObjectOperator &… in LoadPrototype() function
|
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
D | ic_handler_test.cpp | 210 HWTEST_F_L0(ICHandlerTest, LoadPrototype) in HWTEST_F_L0() argument 233 …JSHandle<JSTaggedValue> handlerValue2 = PrototypeHandler::LoadPrototype(thread, handleOp2, obj2Cla… in HWTEST_F_L0()
|
D | ic_runtime_stub_test.cpp | 446 …ICRuntimeStub::LoadPrototype(thread, handleObj.GetTaggedValue(), handleProtoHandler.GetTaggedValue… in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | runtime_call_id.h | 146 V(LoadPrototype) \
|