Home
last modified time | relevance | path

Searched refs:handleKeyWithString (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_test.cpp64 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key")); in HWTEST_F_L0() local
88 ObjectOperator handleOp2(thread, handleKeyWithString); in HWTEST_F_L0()
91 icRuntime1.UpdateLoadHandler(handleOp2, handleKeyWithString, handleReceiver); in HWTEST_F_L0()
106 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key")); in HWTEST_F_L0() local
134 ObjectOperator handleOp2(thread, handleReceiver, handleKeyWithString, OperatorType::OWN); in HWTEST_F_L0()
140 icRuntime1.UpdateStoreHandler(handleOp2, handleKeyWithString, handleReceiver); in HWTEST_F_L0()
152 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key")); in HWTEST_F_L0() local
158 icRuntime.TraceIC(handleReceiver, handleKeyWithString); in HWTEST_F_L0()
171 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key")); in HWTEST_F_L0() local
178 storeICRuntime.StoreMiss(handleReceiver, handleKeyWithString, handleValueWithElement); in HWTEST_F_L0()
[all …]