Searched defs:CodeOffset (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir.h47 typedef uint32_t CodeOffset; // Native code offset in bytes. typedef in namespace:art
169 CodeOffset offset; // Offset of this instruction.
240 CodeOffset offset; // Code offset of data block.
706 int AssignLiteralOffset(CodeOffset offset);
707 int AssignSwitchTablesOffset(CodeOffset offset);
708 int AssignFillArrayDataOffset(CodeOffset offset);
1695 CodeOffset current_code_offset_; // Working byte offset of machine instructons.
1696 CodeOffset data_offset_; // starting offset of literal pool.

Completed in 102 milliseconds