Home
last modified time | relevance | path

Searched defs:needCheck (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp85 void TestMainLoop(double value, [[maybe_unused]] bool needCheck) in TestMainLoop()
119 bool needCheck = bern(engine); in TestConcurrentInsertion() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.cpp97 bool needCheck = true; in CheckStateInput() local
315 bool needCheck = true; in CheckStateOutput() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp158 GateRef BuiltinsStubBuilder::GetArgFromArgv(GateRef index, GateRef numArgs, bool needCheck) in GetArgFromArgv()