Home
last modified time | relevance | path

Searched defs:LoadPrototype (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp213 HWTEST_F_L0(ICHandlerTest, LoadPrototype) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h395 …static inline JSHandle<JSTaggedValue> LoadPrototype(const JSThread *thread, const ObjectOperator &… in LoadPrototype() function
Dic_runtime_stub-inl.h422 JSTaggedValue ICRuntimeStub::LoadPrototype(JSThread *thread, JSTaggedValue receiver, JSTaggedValue … in LoadPrototype() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h188 GateRef CircuitBuilder::LoadPrototype(GateRef hclass) in LoadPrototype() function