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

  /art/runtime/
dex_file.cc 685 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass);
687 const dex::TypeIndex type_idx = GetIndexForTypeId(type);
720 const dex::TypeIndex class_idx = GetIndexForTypeId(declaring_klass);
    [all...]
art_method.cc 484 dex::TypeIndex declaring_class_type_index = dex_file->GetIndexForTypeId(*declaring_class_type_id);
    [all...]
dex_file_test.cc 474 EXPECT_EQ(java_lang_dex_file_->GetIndexForTypeId(*type_id).index_, i);
class_linker_test.cc     [all...]
dex_file.h 595 dex::TypeIndex GetIndexForTypeId(const TypeId& type_id) const {
    [all...]
oat_file.cc     [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc     [all...]
  /art/profman/
profman.cc 587 dex::TypeIndex type_index = dex_file->GetIndexForTypeId(*type_id);
    [all...]
  /art/compiler/
verifier_deps_test.cc 257 dex::TypeIndex index = dex_file.GetIndexForTypeId(*type_id);
    [all...]
  /art/runtime/mirror/
class.cc     [all...]

Completed in 585 milliseconds