Searched refs:UpdateStoreHandler (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_test.cpp | 96 HWTEST_F_L0(ICRunTimeTest, UpdateStoreHandler) in HWTEST_F_L0() 129 icRuntime.UpdateStoreHandler(handleOp1, handleKeyWithElement, handleReceiver); in HWTEST_F_L0() 140 icRuntime1.UpdateStoreHandler(handleOp2, handleKeyWithString, handleReceiver); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime.h | 43 void UpdateStoreHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> receiver);
|
H A D | ic_runtime.cpp | 112 void ICRuntime::UpdateStoreHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateStoreHandler() function in panda::ecmascript::ICRuntime 425 UpdateStoreHandler(op, key, receiver); in StoreMiss() 485 UpdateStoreHandler(op, key, receiver); in StoreTypedArrayValueMiss()
|
Completed in 2 milliseconds