HomeSort by relevance Sort by last modified time
    Searched refs:DumpDependentInsnPair (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/quick/
local_optimizations.cc 84 void Mir2Lir::DumpDependentInsnPair(LIR* check_lir, LIR* this_lir, const char* type) {
255 DEBUG_OPT(DumpDependentInsnPair(check_lir, this_lir, "LITERAL"));
263 DEBUG_OPT(DumpDependentInsnPair(check_lir, this_lir, "STORE STOP"));
273 DEBUG_OPT(DumpDependentInsnPair(check_lir, this_lir, "LOAD STORE"));
421 DEBUG_OPT(DumpDependentInsnPair(check_lir, this_lir, "HOIST STOP"));
mir_to_lir.h 673 void DumpDependentInsnPair(LIR* check_lir, LIR* this_lir, const char* type);
    [all...]

Completed in 39 milliseconds