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

  /art/runtime/
dex_file_test.cc 160 const char* name = raw->StringDataByIdx(method_id.name_idx_);
173 const char* name = raw->StringDataByIdx(method_id.name_idx_);
186 const char* name = raw->StringDataByIdx(method_id.name_idx_);
245 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
261 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
dex_file_verifier.cc     [all...]
dex_file.h 152 uint32_t name_idx_; // index into string_ids_ array for field name member in struct:art::DexFile::FieldId
162 uint32_t name_idx_; // index into string_ids_ array for method name member in struct:art::DexFile::MethodId
522 return StringDataByIdx(field_id.name_idx_);
566 return StringDataByIdx(method_id.name_idx_);
    [all...]
dex_file.cc 385 if (name_idx > field.name_idx_) {
387 } else if (name_idx < field.name_idx_) {
420 if (name_idx > method.name_idx_) {
422 } else if (name_idx < method.name_idx_) {
    [all...]
object_utils.h 442 return GetClassLinker()->ResolveString(dex_file, method_id.name_idx_, GetDexCache());
577 return mid.name_idx_ == other_mid.name_idx_ && mid.proto_idx_ == other_mid.proto_idx_;
class_linker.cc     [all...]

Completed in 263 milliseconds