Home
last modified time | relevance | path

Searched refs:NarrowDexOffset (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Ddex_types.h23 typedef uint16_t NarrowDexOffset; // For use in structs, Dex offsets range from 0 .. 0xffff. typedef
Dmir_graph.h332 NarrowDexOffset offset; // Offset of the instruction in code units.
386 NarrowDexOffset start_offset; // Offset in code units.
1294 bool IsBadMonitorExitCatch(NarrowDexOffset monitor_exit_offset, NarrowDexOffset catch_offset);
Dmir_graph.cc387 bool MIRGraph::IsBadMonitorExitCatch(NarrowDexOffset monitor_exit_offset, in IsBadMonitorExitCatch()
388 NarrowDexOffset catch_offset) { in IsBadMonitorExitCatch()
932 static bool CreateDumpFile(std::string& fname, const char* dir_prefix, NarrowDexOffset start_offset, in CreateDumpFile()
/art/compiler/dex/quick/
Dmir_to_lir.h169 NarrowDexOffset dalvik_offset; // Offset of Dalvik opcode in code units (16-bit words).