Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc77 class CodeVectorAllocator final : public CodeAllocator { class
79 explicit CodeVectorAllocator(ArenaAllocator* allocator) in CodeVectorAllocator() function in art::CodeVectorAllocator
93 DISALLOW_COPY_AND_ASSIGN(CodeVectorAllocator);
367 CodeVectorAllocator* code_allocator,
380 CodeVectorAllocator* code_allocator,
388 CodeVectorAllocator* code_allocator,
717 CodeVectorAllocator* code_allocator, in Emit()
912 CodeVectorAllocator* code_allocator, in TryCompileIntrinsic()
1027 CodeVectorAllocator code_allocator(&allocator); in Compile()
1177 CodeVectorAllocator code_allocator(&allocator); in JniCompile()
[all …]