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

1 2

  /art/runtime/
method_reference.h 87 int param_diff = strcmp(mr1.dex_file->StringByTypeIdx(params1->GetTypeItem(i).type_idx_),
88 mr2.dex_file->StringByTypeIdx(params2->GetTypeItem(i).type_idx_));
imtable-inl.h 71 dex_file->GetTypeDescriptor(dex_file->GetTypeId(type.type_idx_)));
dex_file-inl.h 82 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
190 const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);
192 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
art_field-inl.h 315 ObjPtr<mirror::Class> type = dex_cache->GetResolvedType(field_id.type_idx_);
319 type = class_linker->ResolveType(*dex_file, field_id.type_idx_, declaring_class);
323 *dex_file, field_id.type_idx_, dex_cache, declaring_class->GetClassLoader());
dex_file_verifier.cc     [all...]
dex_file.h 165 dex::TypeIndex type_idx_; // index into type_ids_ array for field type member in struct:art::DexFile::FieldId
230 dex::TypeIndex type_idx_; // index into type_ids section member in struct:art::DexFile::TypeItem
1632 dex::TypeIndex type_idx_; \/\/ type index of the caught exception type member in struct:art::DexFile::CatchHandlerIterator::CatchHandlerItem
    [all...]
dex_file.cc 724 if (type_idx > field.type_idx_) {
726 } else if (type_idx < field.type_idx_) {
    [all...]
dex_file_test.cc 487 to_find_types.push_back(to_find_tl->GetTypeItem(j).type_idx_);
517 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_);
520 << java_lang_dex_file_->StringByTypeIdx(to_find.type_idx_) << " "
reflection.cc 241 m->GetClassFromTypeIndex(classes->GetTypeItem(args_offset).type_idx_,
380 dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_;
    [all...]
art_method.cc 572 auto type_idx = proto_params->GetTypeItem(i).type_idx_;
    [all...]
class_linker.cc     [all...]
  /art/compiler/
compiled_method.h 174 patch.type_idx_ = target_type_idx;
184 patch.type_idx_ = target_type_idx;
262 return dex::TypeIndex(type_idx_);
316 uint32_t type_idx_; // Type index for Type patches. member in union:art::LinkerPatch::__anon3
320 static_assert(sizeof(type_idx_) == sizeof(cmp1_), "needed by relational operators");
verifier_deps_test.cc 345 std::string actual_type = dex_dep.first->StringByTypeIdx(field_id.type_idx_);
    [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 233 this_list->GetTypeItem(i).type_idx_);
235 other_list->GetTypeItem(i).type_idx_);
304 const dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_;
java_lang_Class.cc 151 const dex::TypeIndex type_idx = iface_list->GetTypeItem(i).type_idx_;
    [all...]
  /art/dexdump/
dexdump.cc 723 const char* interfaceName = pDexFile->StringByTypeIdx(pTypeItem.type_idx_);
868 const char* typeDescriptor = pDexFile->StringByTypeIdx(pFieldId.type_idx_);
    [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc     [all...]
  /art/dexlayout/
dex_ir.cc 352 GetTypeId(disk_field_id.type_idx_.index_),
405 type_vector->push_back(GetTypeId(dex_type_list->GetTypeItem(index).type_idx_.index_));
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 219 const char* type_desc = dex->StringByTypeIdx(dex_params->GetTypeItem(i).type_idx_);
  /art/runtime/verifier/
verifier_deps.cc     [all...]
method_verifier.cc     [all...]
  /art/compiler/optimizing/
inliner.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /art/runtime/mirror/
class.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 453 milliseconds

1 2