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

  /external/v8/src/compiler/
pipeline.h 75 void AllocateRegisters(const RegisterConfiguration* config,
greedy-allocator.h 87 void AllocateRegisters();
pipeline.cc 873 allocator.AllocateRegisters();
    [all...]
greedy-allocator.cc 364 void GreedyAllocator::AllocateRegisters() {
register-allocator.h     [all...]
register-allocator.cc     [all...]
  /art/compiler/optimizing/
register_allocator_test.cc 48 register_allocator.AllocateRegisters();
299 register_allocator.AllocateRegisters();
388 register_allocator.AllocateRegisters();
545 register_allocator.AllocateRegisters();
564 register_allocator.AllocateRegisters();
583 register_allocator.AllocateRegisters();
602 register_allocator.AllocateRegisters();
662 register_allocator.AllocateRegisters();
681 register_allocator.AllocateRegisters();
730 register_allocator.AllocateRegisters();
    [all...]
register_allocator.h 48 void AllocateRegisters();
optimizing_compiler.cc 482 static void AllocateRegisters(HGraph* graph,
497 RegisterAllocator(graph->GetArena(), codegen, liveness).AllocateRegisters();
564 AllocateRegisters(graph, codegen, pass_observer);
    [all...]
codegen_test.cc 222 RegisterAllocator(graph->GetArena(), codegen, liveness).AllocateRegisters();
    [all...]
register_allocator.cc 103 void RegisterAllocator::AllocateRegisters() {
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.h 390 void AllocateRegisters();
lithium-allocator.cc     [all...]

Completed in 340 milliseconds