Home
last modified time | relevance | path

Searched refs:LoadPrototype (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp56 handlerValue = PrototypeHandler::LoadPrototype(thread_, op, hclass); in UpdateLoadHandler()
65 handlerValue = PrototypeHandler::LoadPrototype(thread_, op, hclass); in UpdateLoadHandler()
Dic_runtime_stub.h59 …static inline JSTaggedValue LoadPrototype(JSThread *thread, JSTaggedValue receiver, JSTaggedValue …
Dic_runtime_stub-inl.h384 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()
Dic_handler.h240 …static inline JSHandle<JSTaggedValue> LoadPrototype(const JSThread *thread, const ObjectOperator &… in LoadPrototype() function
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp210 HWTEST_F_L0(ICHandlerTest, LoadPrototype) in HWTEST_F_L0() argument
233 …JSHandle<JSTaggedValue> handlerValue2 = PrototypeHandler::LoadPrototype(thread, handleOp2, obj2Cla… in HWTEST_F_L0()
Dic_runtime_stub_test.cpp446 …ICRuntimeStub::LoadPrototype(thread, handleObj.GetTaggedValue(), handleProtoHandler.GetTaggedValue… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h146 V(LoadPrototype) \