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

  /art/compiler/dex/
mir_graph.h 348 NarrowDexOffset offset; // Offset of the instruction in code units.
394 NarrowDexOffset start_offset; // Offset in code units.
    [all...]
mir_graph.cc 332 bool MIRGraph::IsBadMonitorExitCatch(NarrowDexOffset monitor_exit_offset,
333 NarrowDexOffset catch_offset) {
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 46 typedef uint16_t NarrowDexOffset; // For use in structs, Dex offsets range from 0 .. 0xffff.
170 NarrowDexOffset dalvik_offset; // Offset of Dalvik opcode in code units (16-bit words).
    [all...]

Completed in 160 milliseconds