Home
last modified time | relevance | path

Searched refs:needCheck (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_to_string_cache_test.cpp85 void TestMainLoop(double value, [[maybe_unused]] bool needCheck) in TestMainLoop() argument
93 if (needCheck) { in TestMainLoop()
119 bool needCheck = bern(engine); local
120 TestMainLoop(value, needCheck);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate.cpp99 bool needCheck = true; in CheckStateInput() local
105 needCheck = false; in CheckStateInput()
111 needCheck = false; in CheckStateInput()
116 if (needCheck) { in CheckStateInput()
317 bool needCheck = true; in CheckStateOutput() local
323 needCheck = false; in CheckStateOutput()
327 if (needCheck && cnt != expected) { in CheckStateOutput()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.h76 GateRef GetArgFromArgv(GateRef index, GateRef numArgs = Gate::InvalidGateRef, bool needCheck = false);
H A Dbuiltins_stubs.cpp158 GateRef BuiltinsStubBuilder::GetArgFromArgv(GateRef index, GateRef numArgs, bool needCheck) in GetArgFromArgv() argument
160 if (!needCheck) { in GetArgFromArgv()

Completed in 8 milliseconds