Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 3 of 3) sorted by relevance

/art/tools/
Dgenerate_operator_out.py44 def __init__(self, ns, ec): argument
/art/compiler/optimizing/
Dload_store_elimination.cc2986 [&](const ExecutionSubgraph::ExcludedCohort& ec) { return ec.PrecedesBlock(blk); }); in IsPostEscape()
2993 [&](const ExecutionSubgraph::ExcludedCohort& ec) { return ec.ContainsBlock(blk); }); in InEscapeCohort()
2999 [&](const ExecutionSubgraph::ExcludedCohort& ec) { in BeforeAllEscapes()
3213 for (const ExecutionSubgraph::ExcludedCohort& ec : in CreateConstructorFences() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DInstruction.java559 addOpcodeInfo(Opcode.UNUSED_EC, "unused-ec", 0xec, new Format10x()); in addOpcodeInfo()