Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.h229 bool matched = inst->GetOpcode() == OPCODE && inst->GetInputsCount() == 1 && in Capture() local
/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h128 bool matched = strictMatch ? (currVersion == lastVersion) : (currVersion <= lastVersion); in VerifyVersion() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp337 bool matched = false; in DumpFunctionList() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1268 void ProcessDollarAmpersand(std::u16string &stringBuilder, const JSHandle<EcmaString> &matched, boo… in ProcessDollarAmpersand()
1374 JSTaggedValue BuiltinsString::GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched, in GetSubstitution()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp378 …JSHandle<EcmaString> matched = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local