Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h102 bool matched = strictMatch ? (currVersion == lastVersion) : (currVersion <= lastVersion); in VerifyVersion() local
/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/compiler/codegen/maple/maple_ir/src/
Dbin_func_export.cpp721 bool matched = false; in WriteFunctionBodyField() local
Dmir_module.cpp349 bool matched = false; in DumpFunctionList() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1124 JSTaggedValue BuiltinsString::GetSubstitution(JSThread *thread, const JSHandle<EcmaString> &matched, in GetSubstitution()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp281 …JSHandle<EcmaString> matched = GetHArg<EcmaString>(argv, argc, 0); // 0: means the zeroth para… in DEF_RUNTIME_STUBS() local