Home | History | Annotate | Download | only in arm64

Lines Matching refs:size_

694     explicit PushPopQueue(MacroAssembler* masm) : masm_(masm), size_(0) { }
701 size_ += rt.SizeInBytes();
714 int size_;
2036 size_(count * kInstructionSize)
2057 DCHECK(masm_->SizeOfCodeGeneratedSince(&start_) == size_);
2066 size_t size_;