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

  /art/compiler/
compilers.cc 45 ArtInitQuickCompilerContext(GetCompilerDriver());
49 ArtUnInitQuickCompilerContext(GetCompilerDriver());
70 return ArtQuickCompileMethod(GetCompilerDriver(),
83 return ArtQuickJniCompileMethod(GetCompilerDriver(), access_flags, method_idx, dex_file);
87 size_t pointer_size = InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet());
98 *GetCompilerDriver());
compiler.cc 92 ArtInitCompilerContext(GetCompilerDriver());
96 ArtUnInitCompilerContext(GetCompilerDriver());
117 return ArtCompileMethod(GetCompilerDriver(),
130 return ArtLLVMJniCompileMethod(GetCompilerDriver(), access_flags, method_idx, dex_file);
compiler.h 117 CompilerDriver* GetCompilerDriver() const {
  /art/compiler/optimizing/
optimizing_compiler.cc 81 InstructionSet instruction_set = GetCompilerDriver()->GetInstructionSet();
96 GetCompilerDriver()->GetVerifiedMethod(&dex_file, method_idx));
106 HGraphBuilder builder(&arena, &dex_compilation_unit, &dex_file, GetCompilerDriver());
170 return CompiledMethod::SwapAllocCompiledMethod(GetCompilerDriver(),

Completed in 50 milliseconds