Lines Matching refs:code_allocator
367 CodeVectorAllocator* code_allocator,
380 CodeVectorAllocator* code_allocator,
388 CodeVectorAllocator* code_allocator,
717 CodeVectorAllocator* code_allocator, in Emit() argument
727 code_allocator->GetMemory(), in Emit()
746 CodeVectorAllocator* code_allocator, in TryCompile() argument
902 codegen->Compile(code_allocator); in TryCompile()
912 CodeVectorAllocator* code_allocator, in TryCompileIntrinsic() argument
998 codegen->Compile(code_allocator); in TryCompileIntrinsic()
1027 CodeVectorAllocator code_allocator(&allocator); in Compile() local
1061 &code_allocator, in Compile()
1073 &code_allocator, in Compile()
1084 &code_allocator, in Compile()
1177 CodeVectorAllocator code_allocator(&allocator); in JniCompile() local
1183 &code_allocator, in JniCompile()
1189 &code_allocator, in JniCompile()
1329 CodeVectorAllocator code_allocator(&allocator); in JitCompile() local
1352 &code_allocator, in JitCompile()
1368 code_allocator.GetMemory().size(), in JitCompile()
1381 codegen->EmitJitRoots(code_allocator.GetData(), roots_data, &roots); in JitCompile()
1405 info.code_size = code_allocator.GetMemory().size(); in JitCompile()
1416 code_allocator.GetMemory(), in JitCompile()
1431 jit_logger->WriteLog(code, code_allocator.GetMemory().size(), method); in JitCompile()