Searched refs:StorePrototype (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_handler_test.cpp | 246 * @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 D | ic_runtime_stub_test.cpp | 453 JSTaggedValue resultValue1 = ICRuntimeStub::StorePrototype(thread, handleObj.GetTaggedValue(), in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime_stub.h | 55 static inline JSTaggedValue StorePrototype(JSThread *thread, JSTaggedValue receiver,
|
H A D | ic_runtime_stub-inl.h | 254 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 D | ic_handler.h | 428 static inline JSHandle<JSTaggedValue> StorePrototype(const JSThread *thread, const ObjectOperator &op, in StorePrototype() function in panda::ecmascript::PrototypeHandler
|
H A D | ic_runtime.cpp | 137 handlerValue = PrototypeHandler::StorePrototype(thread_, op, hclass); in UpdateStoreHandler()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | hcr_circuit_builder.h | 241 void CircuitBuilder::StorePrototype(GateRef glue, GateRef hclass, GateRef prototype) in StorePrototype() function in panda::ecmascript::kungfu::CircuitBuilder
|
H A D | stub_builder-inl.h | 1279 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 D | circuit_builder.h | 486 inline void StorePrototype(GateRef glue, GateRef hclass, GateRef prototype);
|
H A D | stub_builder.h | 392 void StorePrototype(GateRef glue, GateRef hclass, GateRef prototype);
|
H A D | stub_builder.cpp | 1341 StorePrototype(glue, newClass, prototype); in JSHClassAddProperty() 3104 StorePrototype(glue, newHClass, prototype); in StoreWithTransition()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 152 V(StorePrototype) \
|
Completed in 36 milliseconds