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

/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.
/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc126 virtual uint8_t* Allocate(size_t size) { function in class:art::OptimizingCFITest::InternalCodeAllocator
H A Dcode_generator.h64 virtual uint8_t* Allocate(size_t size) = 0;
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
H A Dcode_generator.cc261 uint8_t* buffer = allocator->Allocate(code_size);
395 // expects it in a regular register location. Allocate a temp for it and

Completed in 4655 milliseconds