Searched refs:filler_count (Results 1 – 1 of 1) sorted by relevance
1588 Register filler_count = temp1; in DoAllocate() local1594 __ Mov(filler_count, size / kPointerSize); in DoAllocate()1596 __ Lsr(filler_count.W(), ToRegister32(instr->size()), kPointerSizeLog2); in DoAllocate()1601 __ FillFields(untagged_result, filler_count, filler); in DoAllocate()