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

  /art/compiler/optimizing/
optimizing_compiler.cc 347 CodeVectorAllocator* code_allocator,
357 // 4) Generates code with the `code_allocator` provided.
360 CodeVectorAllocator* code_allocator,
368 CodeVectorAllocator* code_allocator,
704 CodeVectorAllocator* code_allocator,
722 ArrayRef<const uint8_t>(code_allocator->GetMemory()),
739 CodeVectorAllocator* code_allocator,
    [all...]
codegen_test.cc 732 InternalCodeAllocator code_allocator; local
733 codegen.Finalize(&code_allocator);
784 InternalCodeAllocator code_allocator; local
785 codegen.Finalize(&code_allocator);
820 InternalCodeAllocator code_allocator; local
821 codegen.Finalize(&code_allocator);

Completed in 151 milliseconds