Home
last modified time | relevance | path

Searched refs:GetTypeId (Results 1 – 25 of 28) sorted by relevance

12

/art/runtime/
Ddex_file-inl.h65 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
73 const TypeId& type_id = GetTypeId(idx); in StringByTypeIdx()
82 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_); in GetFieldTypeDescriptor()
91 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_); in GetMethodDeclaringClassDescriptor()
173 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);
175 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_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_);
Dtype_reference.h54 StringReference sr1(tr1.dex_file, tr1.dex_file->GetTypeId(tr1.type_index).descriptor_idx_); in operator()
55 StringReference sr2(tr2.dex_file, tr2.dex_file->GetTypeId(tr2.type_index).descriptor_idx_); in operator()
Dimtable-inl.h61 dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_))); in GetImtHashComponents()
71 dex_file->GetTypeDescriptor(dex_file->GetTypeId(type.type_idx_))); in GetImtHashComponents()
Dtype_lookup_table.cc82 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable()
96 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def.class_idx_); in TypeLookupTable()
Ddex_file_test.cc500 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
515 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
517 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
Dart_method-inl.h346 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_)); in GetReturnTypeDescriptor()
356 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx)); in GetTypeDescriptorFromTypeIdx()
Ddex_file.cc796 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId()
835 const TypeId& type_id = GetTypeId(dex::TypeIndex(mid)); in FindTypeId()
1340 const DexFile::TypeId& type_id = GetTypeId(type_idx); in PrettyType()
Ddex_file.h591 const TypeId& GetTypeId(dex::TypeIndex idx) const { in GetTypeId() function
645 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_); in GetFieldDeclaringClassDescriptor()
Ddex_file_verifier.cc174 return CheckLoadStringByIdx(dex_file_->GetTypeId(type_idx).descriptor_idx_, error_string); in CheckLoadStringByTypeIdx()
1007 const DexFile::TypeId& type_id = dex_file_->GetTypeId(dex_file_->GetFieldId(index).type_idx_); in CheckStaticFieldTypes()
/art/dexlayout/
Ddex_verify.cc642 if (orig->GetTypeId()->GetIndex() != output->GetTypeId()->GetIndex()) { in VerifyEncodedValue()
645 orig->GetTypeId()->GetIndex(), in VerifyEncodedValue()
646 output->GetTypeId()->GetIndex()); in VerifyEncodedValue()
1093 if (orig_handler->GetTypeId() == nullptr || output_handler->GetTypeId() == nullptr) { in VerifyHandler()
1094 if (orig_handler->GetTypeId() != output_handler->GetTypeId()) { in VerifyHandler()
1100 } else if (orig_handler->GetTypeId()->GetIndex() != output_handler->GetTypeId()->GetIndex()) { in VerifyHandler()
1104 orig_handler->GetTypeId()->GetIndex(), in VerifyHandler()
1105 output_handler->GetTypeId()->GetIndex()); in VerifyHandler()
Ddex_ir.cc145 type_ids->push_back(collections.GetTypeId(index)); in GetIdFromInstruction()
276 item->SetTypeId(GetTypeId(string_index)); in ReadEncodedValue()
310 item->SetEncodedAnnotation(new EncodedAnnotation(GetTypeId(type_idx), elements)); in ReadEncodedValue()
333 const DexFile::TypeId& disk_type_id = dex_file.GetTypeId(dex::TypeIndex(i)); in CreateTypeId()
344 GetTypeId(disk_proto_id.return_type_idx_.index_), in CreateProtoId()
351 FieldId* field_id = new FieldId(GetTypeId(disk_field_id.class_idx_.index_), in CreateFieldId()
352 GetTypeId(disk_field_id.type_idx_.index_), in CreateFieldId()
359 MethodId* method_id = new MethodId(GetTypeId(disk_method_id.class_idx_.index_), in CreateMethodId()
367 const TypeId* class_type = GetTypeId(disk_class_def.class_idx_.index_); in CreateClassDef()
405 type_vector->push_back(GetTypeId(dex_type_list->GetTypeItem(index).type_idx_.index_)); in CreateTypeList()
Ddex_writer.cc164 length = EncodeUIntValue(encoded_value->GetTypeId()->GetIndex(), buffer); in WriteEncodedValue()
450 if (handler->GetTypeId() != nullptr) { in WriteCodeItems()
451 list_offset += WriteUleb128(handler->GetTypeId()->GetIndex(), list_offset); in WriteCodeItems()
Ddex_ir.h222 TypeId* GetTypeId(uint32_t index) { in GetTypeId() function
255 return index == DexFile::kDexNoIndex16 ? nullptr : GetTypeId(index); in GetTypeIdOrNullPtr()
672 TypeId* GetTypeId() const { return u_.type_val_; } in GetTypeId() function
834 const TypeId* GetTypeId() const { return type_id_; } in GetTypeId() function
Ddexlayout.cc418 const char* tp = header->GetCollections().GetTypeId(index)->GetStringId()->Data(); in IndexString()
550 dex_ir::TypeId* type_id = data->GetTypeId(); in DumpEncodedValue()
813 const dex_ir::TypeId* type_id = handler->GetTypeId(); in DumpCatches()
/art/compiler/utils/
Dtest_dex_file_builder_test.cc67 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i; in TEST()
/art/compiler/optimizing/
Dgraph_visualizer.cc246 char GetTypeId(Primitive::Type type) { in GetTypeId() function in art::HGraphVisualizerPrinter
396 load_class->GetDexFile().GetTypeId(load_class->GetTypeIndex())); in VisitLoadClass()
572 input_list.NewEntryStream() << GetTypeId(input->GetType()) << input->GetId(); in PrintInstruction()
586 vregs.NewEntryStream() << GetTypeId(insn->GetType()) << insn->GetId(); in PrintInstruction()
687 << GetTypeId(instruction->GetType()) << instruction->GetId() << " "; in PrintInstructions()
810 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType()) in VisitBasicBlock()
/art/runtime/native/
Djava_lang_reflect_Executable.cc232 const DexFile::TypeId& lhs = this_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal()
234 const DexFile::TypeId& rhs = other_method->GetDexFile()->GetTypeId( in Executable_compareMethodParametersInternal()
/art/runtime/verifier/
Dverifier_deps.cc103 const DexFile::TypeId& type_id = dex_file.GetTypeId(class_def->class_idx_); in GetClassDescriptorStringId()
121 const DexFile::TypeId& type_id = dex_file.GetTypeId(type_idx); in TryGetClassDescriptorStringId()
123 const DexFile::TypeId& klass_type_id = klass_dex.GetTypeId(klass->GetClassDef()->class_idx_); in TryGetClassDescriptorStringId()
968 …StringPiece type(dex_file.StringDataByIdx(dex_file.GetTypeId(field_id.type_idx_).descriptor_idx_)); in VerifyFields()
/art/profman/
Dprofman.cc479 const DexFile::TypeId& type_id = dex_file->GetTypeId(type_index); in GetClassNamesAndMethods()
488 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_))); in GetClassNamesAndMethods()
702 dex_file->GetTypeId(class_ref.type_index), *name_id, *proto_id); in FindMethodIndex()
/art/compiler/driver/
Dcompiler_driver_test.cc123 << " " << dex.GetTypeDescriptor(dex.GetTypeId(dex::TypeIndex(i))); in TEST_F()
Dcompiler_driver.cc1126 const DexFile::TypeId& type_id = dex_file->GetTypeId(exception_type_idx); in LoadImageClasses()
2225 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def.class_idx_); in Visit()
2247 const DexFile::TypeId& class_type_id = dex_file.GetTypeId(class_def->class_idx_); in TryInitializeClass()
/art/runtime/openjdkjvmti/
Dti_redefine.cc1371 const art::DexFile::TypeId& declaring_class_id = dex_file_->GetTypeId(class_def.class_idx_); in UpdateMethods()
1385 old_dex_file.GetTypeId( in UpdateMethods()
/art/runtime/mirror/
Dclass-inl.h838 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in DescriptorEquals()
Dclass.cc968 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_); in GetDescriptor()
/art/runtime/jit/
Dprofile_compilation_info.cc1681 const DexFile::TypeId& type_id = dex_file->GetTypeId(type_idx); in GetClassDescriptors()

12