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

/art/compiler/dex/quick/
H A Dmir_to_lir.h156 typedef uint32_t CodeOffset; // Native code offset in bytes. typedef in namespace:art
168 CodeOffset offset; // Offset of this instruction.
222 CodeOffset offset; // Code offset of data block.
683 int AssignLiteralOffset(CodeOffset offset);
684 int AssignSwitchTablesOffset(CodeOffset offset);
685 int AssignFillArrayDataOffset(CodeOffset offset);
1791 CodeOffset data_offset_; // starting offset of literal pool.

Completed in 1079 milliseconds