Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/
Denable_aot_list_helper.h46 bool IsEnableList(const std::string &candidate) in IsEnableList()
59 bool IsDisableBlackList(const std::string &candidate) in IsDisableBlackList()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dcode_sink.cpp114 BasicBlock *candidate = SinkInstruction(inst, &stores, memBarrier); in ProcessBlock() local
186 bool CodeSink::IsAcceptableTarget(Inst *inst, BasicBlock *candidate) in IsAcceptableTarget()
Descape.cpp1667 for (auto candidate : candidates) { in Apply() local
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.cpp111 Builtin candidate = Builtin::TOP; in BuildBuiltinLeastUpperBounds() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp364 …id CallGraph::UpdateCaleeCandidate(PUIdx callerPuIdx, IcallNode *icall, std::set<PUIdx> &candidate) in UpdateCaleeCandidate()
1686 auto candidate = callerCallee.second; in FixIcallCallee() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3103 BaseNode *candidate = intrinNode.Opnd(0); in LowerIntrinJavaMerge() local