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.cpp63 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
135 ObjectOperator handleOp2(thread, handleReceiver, handleKeyWithString, OperatorType::OWN); in HWTEST_F_L0()
141 icRuntime1.UpdateStoreHandler(handleOp2, handleKeyWithString, handleReceiver); in HWTEST_F_L0()
153 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key")); in HWTEST_F_L0() local
160 icRuntime.TraceIC(handleReceiver, handleKeyWithString); in HWTEST_F_L0()
173 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key")); in HWTEST_F_L0() local
179 storeICRuntime.StoreMiss(handleReceiver, handleKeyWithString, handleValueWithElement); in HWTEST_F_L0()
[all …]