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

  /art/runtime/
dex_method_iterator_test.cc 41 uint32_t method_idx = it.GetMemberIndex();
dex_method_iterator.h 105 uint32_t GetMemberIndex() {
107 return GetIterator().GetMemberIndex();
dex_file_tracking_registrar.cc 225 const DexFile::MethodId& methodid_item = dex_file_->GetMethodId(cdit.GetMemberIndex());
dex_file.h     [all...]
dex_file_test.cc 419 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
430 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
441 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
dex_file_verifier.cc     [all...]
art_method.cc 456 if (it.GetMemberIndex() == method_idx) {
463 if (it.GetMemberIndex() == method_idx) {
    [all...]
dex_file_verifier_test.cc 249 uint32_t method_index = it.GetMemberIndex();
854 uint32_t field_index = it.GetMemberIndex();
    [all...]
dex_file.cc 661 if (it.GetMemberIndex() == method_idx) {
667 if (it.GetMemberIndex() == method_idx) {
    [all...]
class_linker.cc     [all...]
  /art/compiler/dex/
dex_to_dex_decompiler_test.cc 96 uint32_t method_idx = it.GetMemberIndex();
108 uint32_t method_idx = it.GetMemberIndex();
  /art/test/983-source-transform-verify/
source_transform.cc 96 std::cout << "Unexpected instruction found in " << dex->PrettyMethod(it.GetMemberIndex())
  /art/dexlist/
dexlist.cc 156 pClassData.GetMemberIndex(),
164 pClassData.GetMemberIndex(),
  /art/compiler/
oat_writer.cc 752 MethodReference(dex_file_, it.GetMemberIndex()));
816 uint32_t method_idx = it.GetMemberIndex();
894 MethodReference method_ref(dex_file_, it.GetMemberIndex());
    [all...]
verifier_deps_test.cc 162 it.GetMemberIndex(),
183 it.GetMemberIndex(),
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 545 uint32_t field_idx = it.GetMemberIndex();
549 uint32_t field_idx = it.GetMemberIndex();
553 uint32_t method_idx = it.GetMemberIndex();
557 uint32_t method_idx = it.GetMemberIndex();
  /art/dexdump/
dexdump.cc     [all...]
dexdump_cfg.cc 380 uint32_t method_idx = it.GetMemberIndex();
  /art/dexlayout/
dex_ir.cc 693 MethodId* method_id = GetMethodId(cdii.GetMemberIndex());
707 disk_code_item, is_static, cdii.GetMemberIndex(), GetLocalsCb, debug_info);
723 FieldId* field_item = GetFieldId(cdii.GetMemberIndex());
730 FieldId* field_item = GetFieldId(cdii.GetMemberIndex());
    [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc 614 const art::DexFile::MethodId& new_method_id = dex_file_->GetMethodId(new_iter.GetMemberIndex());
656 const art::DexFile::FieldId& new_field_id = dex_file_->GetFieldId(new_iter.GetMemberIndex());
669 const art::DexFile::FieldId& old_field_id = old_dex_file.GetFieldId(old_iter.GetMemberIndex());
702 old_iter.GetMemberIndex())),
704 old_iter.GetMemberIndex()))));
    [all...]
  /art/compiler/driver/
compiler_driver.cc 825 uint32_t method_idx = it.GetMemberIndex();
    [all...]
  /art/dex2oat/
dex2oat_test.cc     [all...]
  /art/profman/
profman.cc     [all...]
  /art/oatdump/
oatdump.cc 255 it.GetMemberIndex(),
    [all...]
  /art/runtime/verifier/
method_verifier.cc 223 uint32_t method_idx = it->GetMemberIndex();
    [all...]

Completed in 311 milliseconds