Searched refs:first_reg (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/space/ |
D | region_space-inl.h | 410 Region* first_reg = ®ions_[left]; in AllocLargeInRange() local 411 DCHECK(first_reg->IsFree()); in AllocLargeInRange() 412 first_reg->UnfreeLarge(this, time_); in AllocLargeInRange() 421 first_reg->SetTop(first_reg->Begin() + allocated); in AllocLargeInRange() 424 first_reg->SetNewlyAllocated(); in AllocLargeInRange() 445 mirror::Object* large_region = reinterpret_cast<mirror::Object*>(first_reg->Begin()); in AllocLargeInRange()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 429 uint16_t first_reg = VRegC_3rc(); in DumpString() local 439 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString() 447 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString() 455 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString() 461 os << StringPrintf("%s, {v%d .. v%d}, ", opcode, first_reg, last_reg) in DumpString()
|
/art/compiler/optimizing/ |
D | instruction_builder.h | 134 uint16_t first_reg,
|