Searched refs:Allocate (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc98 virtual uint8_t* Allocate(size_t size) { function in class:art::OptimizingCFITest::InternalCodeAllocator
H A Dcode_generator.h56 virtual uint8_t* Allocate(size_t size) = 0;
H A Doptimizing_compiler.cc67 virtual uint8_t* Allocate(size_t size) { function in class:art::FINAL
H A Dcodegen_test.cc107 virtual uint8_t* Allocate(size_t size) { function in class:art::InternalCodeAllocator
H A Dcode_generator.cc204 uint8_t* buffer = allocator->Allocate(code_size);
346 // Allocate all unallocated input locations.
367 // Allocate all unallocated temp locations.
373 // Allocate a core register (large enough to fit a 32-bit integer).
378 // Allocate a core register (large enough to fit a 64-bit double).

Completed in 1834 milliseconds