Home
last modified time | relevance | path

Searched refs:isFound (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.cpp316 bool isFound = false; in HandleOpRange32() local
334 isFound = true; in HandleOpRange32()
339 if (isFound) { in HandleOpRange32()
359 bool isFound = false; in HandleOpRange() local
377 isFound = true; in HandleOpRange()
382 if (isFound) { in HandleOpRange()
/ark/js_runtime/ecmascript/
Djs_object.h242 explicit PropertyMetaData(bool isFound) in PropertyMetaData() argument
244 SetFound(isFound); in PropertyMetaData()
/ark/js_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp3957 Label isFound(env); in DECLARE_ASM_HANDLER() local
3959 Branch(TaggedIsUndefined(recordResult), &isNotFound, &isFound); in DECLARE_ASM_HANDLER()
3988 Bind(&isFound); in DECLARE_ASM_HANDLER()
4038 Label isFound(env); in DECLARE_ASM_HANDLER() local
4040 Branch(TaggedIsUndefined(recordInfo), &isNotFound, &isFound); in DECLARE_ASM_HANDLER()
4041 Bind(&isFound); in DECLARE_ASM_HANDLER()
Dstub.cpp2307 Label isFound(env); in FindTransitions() local
2309 Branch(Int32NotEqual(entry, GetInt32Constant(-1)), &isFound, &notFound); in FindTransitions()
2310 Bind(&isFound); in FindTransitions()