Home | History | Annotate | Download | only in optimizing

Lines Matching refs:code_allocator

347                        CodeVectorAllocator* code_allocator,
357 // 4) Generates code with the `code_allocator` provided.
360 CodeVectorAllocator* code_allocator,
368 CodeVectorAllocator* code_allocator,
704 CodeVectorAllocator* code_allocator,
722 ArrayRef<const uint8_t>(code_allocator->GetMemory()),
739 CodeVectorAllocator* code_allocator,
875 codegen->Compile(code_allocator);
885 CodeVectorAllocator* code_allocator,
977 codegen->Compile(code_allocator);
1005 CodeVectorAllocator code_allocator(&allocator);
1030 &code_allocator,
1042 &code_allocator,
1051 &code_allocator,
1119 CodeVectorAllocator code_allocator(&allocator);
1126 &code_allocator,
1132 &code_allocator,
1263 CodeVectorAllocator code_allocator(&allocator);
1284 &code_allocator,
1330 codegen->EmitJitRoots(code_allocator.GetData(), roots, roots_data);
1341 code_allocator.GetMemory().data(),
1342 code_allocator.GetSize(),
1372 info.code_size = code_allocator.GetSize();
1381 jit_logger->WriteLog(code, code_allocator.GetSize(), method);