Searched refs:NumRegs (Results 1 – 3 of 3) sorted by relevance
215 ProtectMemory(ptr, RegisterLine::ComputeSize(ptr->NumRegs())); in operator()
212 size_t NumRegs() const { in NumRegs() function
4411 if (instruction_compatible && work_line_->NumRegs() > vregA + 1) { in VerifyPrimitivePut()4421 if (instruction_compatible && work_line_->NumRegs() > vregA + 1) { in VerifyPrimitivePut()4832 copy.reset(RegisterLine::Create(target_line->NumRegs(), allocator_, GetRegTypeCache())); in UpdateRegisters()