HomeSort by relevance Sort by last modified time
    Searched refs:GetCompilerDriver (Results 1 - 8 of 8) sorted by null

  /art/compiler/jit/
jit_compiler.h 45 CompilerDriver* GetCompilerDriver() const {
jit_compiler.cc 76 kRuntimeISA, jit_compiler->GetCompilerDriver()->GetInstructionSetFeatures(), types_array);
  /art/compiler/
compiler.h 119 CompilerDriver* GetCompilerDriver() const {
compiled_method.cc 155 CompiledMethodStorage* storage = GetCompilerDriver()->GetCompiledMethodStorage();
oat_writer.h 242 const CompilerDriver* GetCompilerDriver() const {
compiled_method.h 82 CompilerDriver* GetCompilerDriver() {
oat_writer.cc 525 GetCompilerDriver()->GetCompilerOptions().GetCompilerFilter());
866 debuggable_(writer->GetCompilerDriver()->GetCompilerOptions().GetDebuggable()) {
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 315 return ArtQuickJniCompileMethod(GetCompilerDriver(),
325 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet())));
417 CompilerDriver* driver = GetCompilerDriver();
    [all...]

Completed in 103 milliseconds