Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.cpp156 JSHandle<JSTaggedValue> PrototypeHandler::LoadPrototype(const JSThread *thread, const ObjectOperato… in LoadPrototype() function in panda::ecmascript::PrototypeHandler
Dic_runtime_stub-inl.h454 JSTaggedValue ICRuntimeStub::LoadPrototype(JSThread *thread, JSTaggedValue receiver, JSTaggedValue … in LoadPrototype() function
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp213 HWTEST_F_L0(ICHandlerTest, LoadPrototype) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h205 GateRef CircuitBuilder::LoadPrototype(GateRef glue, GateRef hclass) in LoadPrototype() function