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

  /art/runtime/
dex_method_iterator_test.cc 37 uint32_t method_idx = it.GetMemberIndex();
dex_method_iterator.h 111 uint32_t GetMemberIndex() {
113 return GetIterator().GetMemberIndex();
dex_file_test.cc 158 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
171 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
184 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
dex_file.h 983 last_idx_ = GetMemberIndex();
    [all...]
dex_file_verifier.cc 567 if (!CheckClassDataItemField(it.GetMemberIndex(), it.GetMemberAccessFlags(), true)) {
572 if (!CheckClassDataItemField(it.GetMemberIndex(), it.GetMemberAccessFlags(), false)) {
577 if (!CheckClassDataItemMethod(it.GetMemberIndex(), it.GetMemberAccessFlags(),
583 if (!CheckClassDataItemMethod(it.GetMemberIndex(), it.GetMemberAccessFlags(),
    [all...]
dex_file.cc 872 LOG(WARNING) << "Duplicate field " << PrettyField(GetMemberIndex(), dex_file_)
882 LOG(WARNING) << "Duplicate method " << PrettyMethod(GetMemberIndex(), dex_file_)
    [all...]
class_linker.cc     [all...]
  /art/compiler/
elf_writer_mclinker.cc 243 uint32_t method_idx = it.GetMemberIndex();
354 uint32_t method_idx = it.GetMemberIndex();
oat_writer.cc 257 is_native, it.GetMethodInvokeType(class_def), it.GetMemberIndex(),
265 is_native, it.GetMethodInvokeType(class_def), it.GetMemberIndex(),
643 class_def_method_index, is_static, it.GetMemberIndex(),
653 class_def_method_index, false, it.GetMemberIndex(), dex_file);
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/oatdump/
oatdump.cc 289 it.GetMemberIndex(), it.GetMethodCodeItem(), it.GetMemberAccessFlags());
296 it.GetMemberIndex(), it.GetMethodCodeItem(), it.GetMemberAccessFlags());
    [all...]
  /art/runtime/verifier/
method_verifier.cc 135 uint32_t method_idx = it.GetMemberIndex();
177 uint32_t method_idx = it.GetMemberIndex();
    [all...]

Completed in 257 milliseconds