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

  /art/compiler/optimizing/
register_allocator_linear_scan.h 69 bool TryAllocateFreeReg(LiveInterval* interval);
register_allocator_linear_scan.cc 570 bool success = TryAllocateFreeReg(current);
617 bool RegisterAllocatorLinearScan::TryAllocateFreeReg(LiveInterval* current) {
    [all...]
register_allocator_test.cc 429 * Test that the TryAllocateFreeReg method works in the presence of inactive intervals
483 ASSERT_TRUE(register_allocator.TryAllocateFreeReg(unhandled));
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.h 432 bool TryAllocateFreeReg(LiveRange* range);
lithium-allocator.cc     [all...]
  /external/v8/src/compiler/
register-allocator.h     [all...]
register-allocator.cc     [all...]

Completed in 113 milliseconds