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

  /art/runtime/
dex_instruction.cc 206 << file->PrettyType(type_idx) << " // type@" << type_idx;
300 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx)
309 << static_cast<int>(VRegB_22c()) << ", " << file->PrettyType(type_idx)
dex_file.h     [all...]
dex_file.cc     [all...]
class_linker.cc     [all...]
  /art/dex2oat/
dex2oat_test.cc 808 std::string old_class0 = old_dex_file->PrettyType(old_dex_file->GetClassDef(0).class_idx_);
809 std::string old_class1 = old_dex_file->PrettyType(old_dex_file->GetClassDef(1).class_idx_);
810 std::string new_class0 = new_dex_file->PrettyType(new_dex_file->GetClassDef(0).class_idx_);
811 std::string new_class1 = new_dex_file->PrettyType(new_dex_file->GetClassDef(1).class_idx_);
    [all...]
dex2oat_image_test.cc 91 ref.dex_file->PrettyType(ref.type_index));
  /art/runtime/jit/
profile_compilation_info.cc     [all...]

Completed in 143 milliseconds