Home
last modified time | relevance | path

Searched refs:UpdateStoreHandler (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_test.cpp96 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 Dic_runtime.h43 void UpdateStoreHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> receiver);
H A Dic_runtime.cpp112 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