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.cpp97 handleOp2.SetFastMode(true); in HWTEST_F_L0()
166 handleOp2.SetFastMode(true); in HWTEST_F_L0()
229 handleOp1.SetFastMode(true); in HWTEST_F_L0()
230 handleOp2.SetFastMode(true); in HWTEST_F_L0()
267 handleOp.SetFastMode(true); in HWTEST_F_L0()
Dic_runtime_test.cpp136 handleOp2.SetFastMode(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_first_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()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp695 SetFastMode(false); in UpdateDataValue()
893 SetFastMode(mode); in SetFound()
901 SetFastMode(mode); in UpdateFound()
911 SetFastMode(false); in ResetState()
Dobject_operator.h89 inline void SetFastMode(bool flag) in SetFastMode() function