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

  /art/compiler/
oat_test.cc 49 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file,
oat_writer.h 214 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const {
oat_writer.cc 317 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx));
370 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
562 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
603 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
685 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
    [all...]
common_compiler_test.cc 52 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file,
  /art/compiler/driver/
compiler_driver.cc 607 auto* compiled_method = GetCompiledMethod(MethodReference(dex_file, method_idx));
    [all...]
compiler_driver.h 182 CompiledMethod* GetCompiledMethod(MethodReference ref) const
    [all...]
  /art/compiler/dex/quick/
quick_compiler.cc 762 cu.NewTimingSplit("Dedupe"); /* deduping takes up the vast majority of time in GetCompiledMethod(). */
763 result = cu.cg->GetCompiledMethod();
codegen_util.cc     [all...]
mir_to_lir.h 640 virtual CompiledMethod* GetCompiledMethod();
    [all...]

Completed in 173 milliseconds