Home | History | Annotate | Download | only in quick

Lines Matching refs:CodeOffset

47 typedef uint32_t CodeOffset;         // Native code offset in bytes.
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.