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

  /art/compiler/driver/
compiler_driver.h 339 const DexFile* target_dex_file,
348 const DexFile* target_dex_file,
358 const DexFile* target_dex_file,
517 const DexFile* target_dex_file,
524 target_dex_file_(target_dex_file),
553 const DexFile* target_dex_file,
559 target_dex_file, target_invoke_type, literal_offset),
    [all...]
compiler_driver.cc     [all...]
  /art/compiler/dex/quick/
codegen_util.cc 465 const DexFile* target_dex_file = local
472 target_dex_file,
475 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
483 const DexFile* target_dex_file = local
490 target_dex_file,
493 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 966 const DexFile* target_dex_file = target_method.dex_file; local
967 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
1003 const DexFile* target_dex_file = target_method.dex_file; local
1060 const DexFile* target_dex_file = local
1089 const DexFile* target_dex_file = local
    [all...]

Completed in 102 milliseconds