HomeSort by relevance Sort by last modified time
    Searched refs:GetDexFile (Results 26 - 50 of 53) sorted by null

12 3

  /art/compiler/
elf_writer_mclinker.cc 246 const DexFile& dex_file = it.GetDexFile();
356 const DexFile& dex_file = it.GetDexFile();
common_compiler_test.cc 159 const DexFile& dex_file = *dex_cache->GetDexFile();
image_writer.cc 613 const DexFile& dex_file = *dex_cache->GetDexFile();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 720 dex_file = caller->GetDexFile();
    [all...]
  /art/runtime/
intern_table.cc 158 const DexFile* dex_file = dex_cache->GetDexFile();
190 const DexFile* dex_file = dex_cache->GetDexFile();
quick_exception_handler.cc 138 const DexFile& dex_file = *handler_method_->GetDeclaringClass()->GetDexCache()->GetDexFile();
211 verifier::MethodVerifier verifier(h_dex_cache->GetDexFile(), &h_dex_cache, &h_class_loader,
exception_test.cc 51 dex_ = my_klass_->GetDexCache()->GetDexFile();
class_linker.cc 523 const DexFile& dex_file = java_lang_Object->GetDexFile();
    [all...]
profiler.cc 530 const DexFile* dex_file = method->GetDeclaringClass()->GetDexCache()->GetDexFile();
debugger.cc     [all...]
  /art/compiler/llvm/
compiler_llvm.cc 152 *dex_compilation_unit->GetDexFile(),
gbc_expander.cc 825 art::MethodReference target_method(dex_compilation_unit_->GetDexFile(),
    [all...]
  /art/compiler/sea_ir/debug/
dot_gen.cc 152 instruction->GetInstruction()->DumpString(graph_->GetDexFile()) + "\"";
  /art/compiler/sea_ir/ir/
sea.h 280 const art::DexFile* GetDexFile() const {
  /art/runtime/mirror/
art_field.h 168 const DexFile* GetDexFile() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
art_method.h 503 const DexFile* GetDexFile() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
class.h     [all...]
  /art/compiler/dex/
verified_method.cc 258 concrete_method->GetDeclaringClass()->GetDexCache()->GetDexFile(),
  /art/compiler/jni/portable/
jni_compiler.cc 66 const DexFile* dex_file = dex_compilation_unit_->GetDexFile();
  /art/compiler/optimizing/
graph_visualizer.cc 251 std::string pretty_name = PrettyMethod(cu.GetDexMethodIndex(), *cu.GetDexFile());
  /art/runtime/interpreter/
interpreter_common.h 355 << inst->DumpString(mh.GetMethod()->GetDexFile()) << "\n";
interpreter_common.cc 489 LOG(FATAL) << "Unexpected instruction: " << inst->DumpString(mh.GetMethod()->GetDexFile());
    [all...]
  /art/compiler/driver/
compiler_driver.h 434 const DexFile& GetDexFile() const {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 115 const DexFile& dex_file = klass->GetDexFile();
370 MethodVerifier verifier(m->GetDexFile(), &dex_cache, &class_loader, &m->GetClassDef(),
394 MethodVerifier verifier(m->GetDexFile(), &dex_cache, &class_loader, &m->GetClassDef(),
424 MethodVerifier verifier(m->GetDexFile(), &dex_cache, &class_loader, &m->GetClassDef(),
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc     [all...]

Completed in 1235 milliseconds

12 3