Searched refs:GetTypeDescriptor (Results 1 - 22 of 22) sorted by relevance

/art/runtime/
H A Dfield_helper.cc31 field_->GetTypeDescriptor());
H A Dproxy_test.cc188 EXPECT_EQ("[Ljava/lang/Class;", std::string(fh.GetField()->GetTypeDescriptor()));
196 EXPECT_EQ("[[Ljava/lang/Class;", std::string(fh.GetField()->GetTypeDescriptor()));
H A Ddex_file.h531 const char* GetTypeDescriptor(const TypeId& type_id) const { function in class:art::DexFile
564 return GetTypeDescriptor(type_id);
570 return GetTypeDescriptor(type_id);
604 return GetTypeDescriptor(type_id);
H A Dutils.cc298 result += PrettyDescriptor(f->GetTypeDescriptor());
329 return PrettyDescriptor(dex_file.GetTypeDescriptor(type_id));
H A Ddebugger.cc1587 expandBufAddUtf8String(pReply, f->GetTypeDescriptor());
1756 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor());
1778 return BasicTagFromDescriptor(FromFieldId(field_id)->GetTypeDescriptor());
1782 return BasicTagFromDescriptor(FromFieldId(field_id)->GetTypeDescriptor());
1826 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor());
1875 JDWP::JdwpTag tag = BasicTagFromDescriptor(f->GetTypeDescriptor());
H A Dclass_linker.cc546 CHECK_STREQ(pendingNext->GetTypeDescriptor(), "Ljava/lang/ref/Reference;");
550 CHECK_STREQ(queue->GetTypeDescriptor(), "Ljava/lang/ref/ReferenceQueue;");
554 CHECK_STREQ(queueNext->GetTypeDescriptor(), "Ljava/lang/ref/Reference;");
558 CHECK_STREQ(referent->GetTypeDescriptor(), "Ljava/lang/Object;");
562 CHECK_STREQ(zombie->GetTypeDescriptor(), "Ljava/lang/Object;");
H A Dcheck_jni.cc262 if (c->FindInstanceField(f->GetName(), f->GetTypeDescriptor()) == nullptr) {
H A Dclass_linker_test.cc344 const char* descriptor = dex->GetTypeDescriptor(type_id);
/art/compiler/sea_ir/types/
H A Dtype_inference.cc43 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));
53 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));
/art/runtime/mirror/
H A Dart_field-inl.h255 inline const char* ArtField::GetTypeDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
270 return Primitive::GetType(GetTypeDescriptor()[0]);
H A Dart_field.h158 const char* GetTypeDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Dart_method-inl.h505 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(return_type_idx));
511 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx));
H A Dclass.cc557 if (name == f->GetName() && type == f->GetTypeDescriptor()) {
604 if (name == f->GetName() && type == f->GetTypeDescriptor()) {
731 return dex_file.GetTypeDescriptor(type_id);
H A Dclass-inl.h661 return strcmp(dex_file.GetTypeDescriptor(type_id), match) == 0;
/art/compiler/driver/
H A Dcompiler_driver_test.cc120 << " " << dex->GetTypeDescriptor(dex->GetTypeId(i));
H A Dcompiler_driver.cc743 const char* descriptor = dex_file->GetTypeDescriptor(type_id);
/art/runtime/hprof/
H A Dhprof.cc950 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size);
972 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), NULL);
1034 SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size);
/art/runtime/verifier/
H A Dmethod_verifier.cc3718 field_type = &reg_types_.FromClass(field->GetTypeDescriptor(), field_type_class,
3789 field_type = &reg_types_.FromClass(field->GetTypeDescriptor(), field_type_class,
3858 field_type = &reg_types_.FromClass(field->GetTypeDescriptor(), field_type_class,
3865 field->GetTypeDescriptor(), false);
3909 const char* descriptor = field->GetTypeDescriptor();
4065 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(return_type_idx));
4076 = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));
/art/runtime/native/
H A Djava_lang_reflect_Field.cc279 const char* field_type_desciptor = f->GetTypeDescriptor();
/art/runtime/arch/
H A Dstub_test.cc1572 if (test_type == type && f->GetTypeDescriptor()[0] != '[') {
1607 if (test_type == type && f->GetTypeDescriptor()[0] != '[') {
/art/oatdump/
H A Doatdump.cc1143 const char* descriptor = field->GetTypeDescriptor();
/art/runtime/gc/
H A Dheap.cc563 return dex_file->GetTypeDescriptor(type_id);

Completed in 605 milliseconds