Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc401 const ArgumentLocation& first_src = srcs[start]; in GetSpillChunkSize() local
402 if (!first_src.IsRegister()) { in GetSpillChunkSize()
403 DCHECK_ALIGNED(first_src.GetFrameOffset().Uint32Value(), 4u); in GetSpillChunkSize()
409 first_src.GetSize() == 4u && in GetSpillChunkSize()
411 NoSpillGap(first_src, srcs[start + 1u]) && in GetSpillChunkSize()
419 ArmManagedRegister first_src_reg = first_src.GetRegister().AsArm(); in GetSpillChunkSize()
430 uint32_t next_sreg = GetSRegisterNumber(first_src_reg) + first_src.GetSize() / kSRegSizeInBytes; in GetSpillChunkSize()