Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler.cc196 return ArtQuickJniCompileMethod(GetCompilerDriver(), access_flags, method_idx, dex_file); in JniCompile()
202 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()
258 CompilerDriver* driver = GetCompilerDriver(); in Init()
487 CompilerDriver* compiler_driver = GetCompilerDriver(); in TryCompile()
626 CompilerDriver* compiler_driver = GetCompilerDriver(); in Compile()
/art/compiler/
Dcompiler.h96 CompilerDriver* GetCompilerDriver() const { in GetCompilerDriver() function
Doat_writer.h130 const CompilerDriver* GetCompilerDriver() { in GetCompilerDriver() function
Doat_writer.cc354 debuggable_(writer->GetCompilerDriver()->GetCompilerOptions().GetDebuggable()) { in InitCodeMethodVisitor()
/art/compiler/dex/quick/
Dquick_compiler.cc563 CHECK(GetCompilerDriver()->GetCompilerContext() == nullptr); in Init()
567 CHECK(GetCompilerDriver()->GetCompilerContext() == nullptr); in UnInit()
621 CompilerDriver* driver = GetCompilerDriver(); in Compile()
792 return ArtQuickJniCompileMethod(GetCompilerDriver(), access_flags, method_idx, dex_file); in JniCompile()
797 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()