Home
last modified time | relevance | path

Searched defs:isValid (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.h61 bool isValid = true; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.cpp595 bool isValid = JSPandaFileManager::GetInstance()->CheckFilePath(thread, abcFilePath); in IsExecuteModuleInAbcFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h243 FastCallInfo IterateMethodOffsetToFastCallInfo(uint32_t methodOffset, bool *isValid) in IterateMethodOffsetToFastCallInfo() argument
H A Dnew_object_stub_builder.cpp2259 BRANCH(IntPtrEqual(constructor, newTarget), &isValid, &checkIsJSShared); in NewJSObjectByConstructor() local
2261 BRANCH(IsJSShared(constructor), &constructorIsShared, &isValid); in NewJSObjectByConstructor() local
2264 BRANCH(IsJSShared(newTarget), &isValid, &slowPath); in NewJSObjectByConstructor() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserClasses.cpp1019 bool isValid = function->Params().size() == 1U; in CheckPredefinedMethods() local
1033 bool isValid = function->Params().size() == 2U; in CheckPredefinedMethods() local
H A DstatementParser.cpp745 bool isValid = true; in ParseIsForInOf() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.cpp1660 bool isValid = regex_match(input, r); in IsValidTimeZoneInput() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1406 bool isValid = true; in ParseForInOf() local

Completed in 20 milliseconds