Home
last modified time | relevance | path

Searched refs:first_reg (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dregion_space-inl.h410 Region* first_reg = &regions_[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/
Ddex_instruction.cc429 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/
Dinstruction_builder.h134 uint16_t first_reg,