Home
last modified time | relevance | path

Searched refs:isFound (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.h288 bool isFound = false;
307 isFound = true;
312 if (isFound) {
332 bool isFound = false;
351 isFound = true;
356 if (isFound) {
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_executor.h285 bool isFound = false; in HandleOpRange32() local
306 isFound = true; in HandleOpRange32()
311 if (isFound) { in HandleOpRange32()
613 bool isFound = false; in IsFoundOpRange() local
632 isFound = true; in IsFoundOpRange()
637 return isFound; in IsFoundOpRange()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h633 bool isFound = false; in IsInBitSizeRot()
638 if (!isFound) { in IsInBitSizeRot()
641 isFound = true; in IsInBitSizeRot()
647 return !isFound || (size >= (end - start) + 1); in IsInBitSizeRot()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp266 bool isFound; in CheckValueRecordCase() local
269 isFound = it != program.arrayTypes.cend(); in CheckValueRecordCase()
272 isFound = it != program.recordTable.cend(); in CheckValueRecordCase()
275 if (!isFound) { in CheckValueRecordCase()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.h272 explicit PropertyMetaData(bool isFound) in PropertyMetaData() argument
274 SetFound(isFound); in PropertyMetaData()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp584 Label isFound(env); in LastIndexOf()
594 BRANCH(FastStrictEqual(glue, value, ele, ProfileOperation()), &isFound, &loopEnd); in LastIndexOf() local
595 Bind(&isFound); in LastIndexOf()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp4190 Label isFound(env); in FindTransitions()
4191 BRANCH(Int32NotEqual(entryA, Int32(-1)), &isFound, &exit); in FindTransitions() local
4192 Bind(&isFound); in FindTransitions()

Completed in 38 milliseconds