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

/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc79 InternalCodeAllocator code_allocator; local
80 code_gen->Finalize(&code_allocator);
81 const std::vector<uint8_t>& actual_asm = code_allocator.GetMemory();

Completed in 370 milliseconds