Searched refs:UpdateLoadHandler (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_runtime_test.cpp | 54 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 D | ic_runtime.cpp | 26 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 D | ic_runtime.h | 40 void UpdateLoadHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> receiver);
|
Completed in 2 milliseconds