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

  /art/runtime/lambda/
leaking_allocator.h 55 static T* MakeFlexibleInstance(Thread* self, size_t byte_size, Args&&... args) {
box_table.cc 186 LeakingAllocator::MakeFlexibleInstance<Closure>(self, boxed_closure_as_array->GetLength());
  /art/runtime/interpreter/
interpreter_common.h 272 char* captured_variables_type_desc = LeakingAllocator::MakeFlexibleInstance<char>(
276 char* captured_variables_shorty_copy = LeakingAllocator::MakeFlexibleInstance<char>(
    [all...]

Completed in 41 milliseconds