Searched defs:Allocate (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc126 virtual uint8_t* Allocate(size_t size) { function in class:art::OptimizingCFITest::InternalCodeAllocator
H A Dcodegen_test.cc113 virtual uint8_t* Allocate(size_t size) { function in class:art::InternalCodeAllocator
H A Doptimizing_compiler.cc98 virtual uint8_t* Allocate(size_t size) { function in class:art::FINAL
/art/runtime/lambda/
H A Dbox_table.cc42 // Deletes a Closure that was allocated through ::Allocate.
48 static Closure* Allocate(size_t size) { function in struct:art::lambda::__anon116::ClosureAllocator
145 Closure* closure_table_copy = ClosureAllocator::Allocate(closure->GetSize());
184 // Allocate a copy that can "escape" and copy the closure data into that.

Completed in 100 milliseconds