Searched refs:GetCursorAddress (Results 1 – 5 of 5) sorted by relevance
56 T GetCursorAddress() const { in GetCursorAddress() function
287 Instruction* veneer = masm_->GetCursorAddress<Instruction*>(); in Emit()
85 uintptr_t pc_offset = GetCursorAddress<uintptr_t>() >> element_shift; in LinkAndGetOffsetTo()115 Instruction* target = GetCursorAddress<Instruction*>(); in place()
1826 while ((masm.GetCursorAddress<uintptr_t>() & kPageOffsetMask) != 0) { in TEST()1902 while ((masm.GetCursorAddress<uintptr_t>() & kPageOffsetMask) != 0) { in AdrpPageBoundaryHelper()1982 while ((masm.GetCursorAddress<uintptr_t>() & kPageOffsetMask) != 0) { in AdrpOffsetHelper()
115 Instruction* end = masm.GetCursorAddress<Instruction*>(); \