Home
last modified time | relevance | path

Searched defs:matched (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.h230 bool matched = inst->GetOpcode() == OPCODE && inst->GetInputsCount() == 1 && in Capture() local
Dloop_idioms.cpp218 std::array<Inst *, 8U> matched = { in CheckLoopIsolation() local
/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h127 bool matched = strictMatch ? (currVersion == lastVersion) : (currVersion <= lastVersion); in VerifyVersion() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp319 bool matched = false; in DumpFunctionList() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocaleMatch.cpp311 auto matched = matcher.getBestMatchResult(desired, success); in StdCoreIntlBestFitLocales() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs-inl.h389 Method *matched = lookupFromIndex(vtStart); in ResolveCompatibleVMethodInClass() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1286 …DollarAmpersand(EcmaVM *ecmaVm, std::u16string &stringBuilder, const JSHandle<EcmaString> &matched, in ProcessDollarAmpersand()
1393 JSTaggedValue BuiltinsString::GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched, in GetSubstitution()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp393 …JSHandle<EcmaString> matched = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local