Home
last modified time | relevance | path

Searched refs:StorePrototype (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_handler_test.cpp246 * @tc.name: StorePrototype
247 * @tc.desc: Call StorePrototype function,check whether the Prototype is stored successfully by checking returned value
253 HWTEST_F_L0(ICHandlerTest, StorePrototype) in HWTEST_F_L0()
270 JSHandle<JSTaggedValue> handlerValue = PrototypeHandler::StorePrototype(thread, handleOp, objClass); in HWTEST_F_L0()
H A Dic_runtime_stub_test.cpp453 JSTaggedValue resultValue1 = ICRuntimeStub::StorePrototype(thread, handleObj.GetTaggedValue(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub.h55 static inline JSTaggedValue StorePrototype(JSThread *thread, JSTaggedValue receiver,
H A Dic_runtime_stub-inl.h254 return StorePrototype(thread, receiver, value, handler); in StoreICWithHandler()
265 JSTaggedValue ICRuntimeStub::StorePrototype(JSThread *thread, JSTaggedValue receiver, in StorePrototype() function in panda::ecmascript::ICRuntimeStub
268 INTERPRETER_TRACE(thread, StorePrototype); in StorePrototype()
H A Dic_handler.h428 static inline JSHandle<JSTaggedValue> StorePrototype(const JSThread *thread, const ObjectOperator &op, in StorePrototype() function in panda::ecmascript::PrototypeHandler
H A Dic_runtime.cpp137 handlerValue = PrototypeHandler::StorePrototype(thread_, op, hclass); in UpdateStoreHandler()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.h241 void CircuitBuilder::StorePrototype(GateRef glue, GateRef hclass, GateRef prototype) in StorePrototype() function in panda::ecmascript::kungfu::CircuitBuilder
H A Dstub_builder-inl.h1279 inline void StubBuilder::StorePrototype(GateRef glue, GateRef hclass, GateRef prototype) in StorePrototype() function in panda::ecmascript::kungfu::StubBuilder
1281 return env_->GetBuilder()->StorePrototype(glue, hclass, prototype); in StorePrototype()
H A Dcircuit_builder.h486 inline void StorePrototype(GateRef glue, GateRef hclass, GateRef prototype);
H A Dstub_builder.h392 void StorePrototype(GateRef glue, GateRef hclass, GateRef prototype);
H A Dstub_builder.cpp1341 StorePrototype(glue, newClass, prototype); in JSHClassAddProperty()
3104 StorePrototype(glue, newHClass, prototype); in StoreWithTransition()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h152 V(StorePrototype) \

Completed in 36 milliseconds