Home
last modified time | relevance | path

Searched refs:CodeVectorAllocator (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Doptimizing_compiler.cc75 class CodeVectorAllocator FINAL : public CodeAllocator {
77 explicit CodeVectorAllocator(ArenaAllocator* allocator) in CodeVectorAllocator() function in art::FINAL
95 DISALLOW_COPY_AND_ASSIGN(CodeVectorAllocator);
347 CodeVectorAllocator* code_allocator,
360 CodeVectorAllocator* code_allocator,
368 CodeVectorAllocator* code_allocator,
704 CodeVectorAllocator* code_allocator, in Emit()
739 CodeVectorAllocator* code_allocator, in TryCompile()
885 CodeVectorAllocator* code_allocator, in TryCompileIntrinsic()
1005 CodeVectorAllocator code_allocator(&allocator); in Compile()
[all …]