HomeSort by relevance Sort by last modified time
    Searched refs:BlockRegister (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
register_allocator.h 96 void BlockRegister(Location location, size_t start, size_t end, Primitive::Type type);
register_allocator.cc 88 void RegisterAllocator::BlockRegister(Location location,
141 BlockRegister(output, position, position + 1, instruction->GetType());
148 BlockRegister(input, position, position + 1, instruction->InputAt(i)->GetType());
    [all...]

Completed in 47 milliseconds