Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_test.cpp54 HWTEST_F_L0(ICRunTimeTest, UpdateLoadHandler) in HWTEST_F_L0()
84 icRuntime.UpdateLoadHandler(handleOp1, handleKeyWithElement, handleReceiver); in HWTEST_F_L0()
91 icRuntime1.UpdateLoadHandler(handleOp2, handleKeyWithString, handleReceiver); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp26 void ICRuntime::UpdateLoadHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateLoadHandler() function in panda::ecmascript::ICRuntime
219 UpdateLoadHandler(op, key, receiver); in LoadValueMiss()
279 UpdateLoadHandler(op, key, receiver); in LoadMiss()
337 UpdateLoadHandler(op, key, receiver); in LoadTypedArrayValueMiss()
H A Dic_runtime.h40 void UpdateLoadHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> receiver);

Completed in 2 milliseconds