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

  /art/runtime/lambda/
leaking_allocator.cc 25 void* LeakingAllocator::AllocateMemoryImpl(Thread* self, size_t byte_size, size_t align_size) {
leaking_allocator.h 35 class LeakingAllocator {
box_table.cc 186 LeakingAllocator::MakeFlexibleInstance<Closure>(self, boxed_closure_as_array->GetLength());
  /art/runtime/interpreter/
interpreter_common.h 218 using lambda::LeakingAllocator;
246 LeakingAllocator::AlignedMemoryStorage<ArtLambdaMethod>* uninitialized_lambda_method =
247 LeakingAllocator::AllocateMemory<ArtLambdaMethod>(self);
272 char* captured_variables_type_desc = LeakingAllocator::MakeFlexibleInstance<char>(
276 char* captured_variables_shorty_copy = LeakingAllocator::MakeFlexibleInstance<char>(
    [all...]

Completed in 39 milliseconds