Home
last modified time | relevance | path

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

/art/compiler/jit/
Djit_compiler.h45 CompilerDriver* GetCompilerDriver() const { in GetCompilerDriver() function
Djit_compiler.cc73 kRuntimeISA, jit_compiler->GetCompilerDriver()->GetInstructionSetFeatures(), types_array); in jit_types_loaded()
/art/compiler/optimizing/
Doptimizing_compiler.cc276 return ArtQuickJniCompileMethod(GetCompilerDriver(), access_flags, method_idx, dex_file); in JniCompile()
282 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()
342 CompilerDriver* driver = GetCompilerDriver(); in Init()
621 CompilerDriver* compiler_driver = GetCompilerDriver(); in TryCompile()
795 CompilerDriver* compiler_driver = GetCompilerDriver(); in Compile()
940 const CompilerOptions& compiler_options = GetCompilerDriver()->GetCompilerOptions(); in JitCompile()
962 GetCompilerDriver()->GetInstructionSet(), in JitCompile()
963 GetCompilerDriver()->GetInstructionSetFeatures(), in JitCompile()
/art/compiler/
Dcompiler.h103 CompilerDriver* GetCompilerDriver() const { in GetCompilerDriver() function
Dcompiled_method.cc155 CompiledMethodStorage* storage = GetCompilerDriver()->GetCompiledMethodStorage(); in ~CompiledMethod()
Doat_writer.h213 const CompilerDriver* GetCompilerDriver() { in GetCompilerDriver() function
Dcompiled_method.h81 CompilerDriver* GetCompilerDriver() { in GetCompilerDriver() function
Doat_writer.cc665 debuggable_(writer->GetCompilerDriver()->GetCompilerOptions().GetDebuggable()) { in InitCodeMethodVisitor()
887 if (!writer_->GetCompilerDriver()->IsImageClass(class_descriptor)) { in VisitMethod()