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

  /art/runtime/
method_helper-inl.h 35 return mid.name_idx_ == other_mid.name_idx_ && mid.proto_idx_ == other_mid.proto_idx_;
40 if (!DexFileStringEquals(dex_file, mid.name_idx_, other_dex_file, other_mid.name_idx_)) {
method_helper.cc 35 return Runtime::Current()->GetClassLinker()->ResolveString(*dex_file, method_id.name_idx_,
126 *other_type_id, other_dexfile.GetStringId(name_and_sig_mid.name_idx_),
dex_file_test.cc 245 const char* name = raw->StringDataByIdx(method_id.name_idx_);
257 const char* name = raw->StringDataByIdx(method_id.name_idx_);
268 const char* name = raw->StringDataByIdx(method_id.name_idx_);
325 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
340 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
dex_file_verifier.cc     [all...]
dex_file.h 166 uint32_t name_idx_; // index into string_ids_ array for field name member in struct:art::DexFile::FieldId
176 uint32_t name_idx_; // index into string_ids_ array for method name member in struct:art::DexFile::MethodId
578 return StringDataByIdx(field_id.name_idx_);
620 return StringDataByIdx(method_id.name_idx_);
    [all...]
dex_file.cc 499 if (name_idx > field.name_idx_) {
501 } else if (name_idx < field.name_idx_) {
534 if (name_idx > method.name_idx_) {
536 } else if (name_idx < method.name_idx_) {
    [all...]
class_linker.cc     [all...]
  /art/compiler/
elf_writer_quick.h 196 Elf32_Word name_idx_; member in struct:art::FINAL::ElfSymtabBuilder::ElfSymbolState
elf_writer_quick.cc 675 sym.st_name = it->name_idx_;
695 it->name_idx_ = tab.size();
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 110 milliseconds