Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp94 handleOp2.SetFastMode(true); in HWTEST_F_L0()
163 handleOp2.SetFastMode(true); in HWTEST_F_L0()
226 handleOp1.SetFastMode(true); in HWTEST_F_L0()
227 handleOp2.SetFastMode(true); in HWTEST_F_L0()
264 handleOp.SetFastMode(true); in HWTEST_F_L0()
Dic_runtime_test.cpp137 handleOp2.SetFastMode(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp515 SetFastMode(false); in UpdateDataValue()
705 SetFastMode(mode); in SetFound()
713 SetFastMode(mode); in UpdateFound()
723 SetFastMode(false); in ResetState()
Dobject_operator.h83 inline void SetFastMode(bool flag) in SetFastMode() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp74 HWTEST_F_L0(ObjectOperatorTest, SetFastMode) in HWTEST_F_L0() argument
80 objectOperator.SetFastMode(false); in HWTEST_F_L0()
83 objectOperator.SetFastMode(true); in HWTEST_F_L0()