Home | History | Annotate | Download | only in test

Lines Matching refs:CursorOffset

196     size_t buffer_length = masm.CursorOffset();                                \
1658 ptrdiff_t offset_2 = masm.CursorOffset();
1661 ptrdiff_t offset_1 = masm.CursorOffset();
1664 ptrdiff_t offset_3 = masm.CursorOffset();
6721 const ptrdiff_t end = masm.CursorOffset() + 2 * kMaxLoadLiteralRange;
6722 while (masm.CursorOffset() < end) {
21663 int max_target = static_cast<int>(masm.CursorOffset()) + range_cbz;
21671 while (masm.CursorOffset() < max_target - range_tbz) {
21675 while (masm.CursorOffset() < max_target) {
21720 const int max_target = static_cast<int>(masm.CursorOffset()) + range_bcond;
21738 while (masm.CursorOffset() < max_target - range_cbz) {
21749 while (masm.CursorOffset() < max_target - range_tbz + margin) {
21755 while (masm.CursorOffset() < max_target) {
21805 const int max_target = static_cast<int>(masm.CursorOffset()) + range_tbz;
21816 while (masm.CursorOffset() < max_target - offset_start_literal_gen) {