Lines Matching refs:code_allocator
347 CodeVectorAllocator* code_allocator,
360 CodeVectorAllocator* code_allocator,
368 CodeVectorAllocator* code_allocator,
704 CodeVectorAllocator* code_allocator, in Emit() argument
722 ArrayRef<const uint8_t>(code_allocator->GetMemory()), in Emit()
739 CodeVectorAllocator* code_allocator, in TryCompile() argument
875 codegen->Compile(code_allocator); in TryCompile()
885 CodeVectorAllocator* code_allocator, in TryCompileIntrinsic() argument
977 codegen->Compile(code_allocator); in TryCompileIntrinsic()
1005 CodeVectorAllocator code_allocator(&allocator); in Compile() local
1030 &code_allocator, in Compile()
1042 &code_allocator, in Compile()
1051 &code_allocator, in Compile()
1119 CodeVectorAllocator code_allocator(&allocator); in JniCompile() local
1126 &code_allocator, in JniCompile()
1132 &code_allocator, in JniCompile()
1263 CodeVectorAllocator code_allocator(&allocator); in JitCompile() local
1284 &code_allocator, in JitCompile()
1330 codegen->EmitJitRoots(code_allocator.GetData(), roots, roots_data); in JitCompile()
1341 code_allocator.GetMemory().data(), in JitCompile()
1342 code_allocator.GetSize(), in JitCompile()
1372 info.code_size = code_allocator.GetSize(); in JitCompile()
1381 jit_logger->WriteLog(code, code_allocator.GetSize(), method); in JitCompile()