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

  /art/runtime/
field_helper.cc 31 field_->GetTypeDescriptor());
proxy_test.cc 188 EXPECT_EQ("[Ljava/lang/Class;", std::string(fh.GetField()->GetTypeDescriptor()));
196 EXPECT_EQ("[[Ljava/lang/Class;", std::string(fh.GetField()->GetTypeDescriptor()));
dex_file.h 534 const char* GetTypeDescriptor(const TypeId& type_id) const {
567 return GetTypeDescriptor(type_id);
573 return GetTypeDescriptor(type_id);
607 return GetTypeDescriptor(type_id);
    [all...]
utils.cc 298 result += PrettyDescriptor(f->GetTypeDescriptor());
329 return PrettyDescriptor(dex_file.GetTypeDescriptor(type_id));
    [all...]
debugger.cc     [all...]
class_linker.cc 555 CHECK_STREQ(pendingNext->GetTypeDescriptor(), "Ljava/lang/ref/Reference;");
559 CHECK_STREQ(queue->GetTypeDescriptor(), "Ljava/lang/ref/ReferenceQueue;");
563 CHECK_STREQ(queueNext->GetTypeDescriptor(), "Ljava/lang/ref/Reference;");
567 CHECK_STREQ(referent->GetTypeDescriptor(), "Ljava/lang/Object;");
571 CHECK_STREQ(zombie->GetTypeDescriptor(), "Ljava/lang/Object;");
    [all...]
check_jni.cc 262 if (c->FindInstanceField(f->GetName(), f->GetTypeDescriptor()) == nullptr) {
    [all...]
class_linker_test.cc 355 const char* descriptor = dex->GetTypeDescriptor(type_id);
    [all...]
  /art/compiler/sea_ir/types/
type_inference.cc 43 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/
art_field-inl.h 255 inline const char* ArtField::GetTypeDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
270 return Primitive::GetType(GetTypeDescriptor()[0]);
art_field.h 158 const char* GetTypeDescriptor() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
art_method-inl.h 516 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(return_type_idx));
522 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx));
class.cc 559 if (name == f->GetName() && type == f->GetTypeDescriptor()) {
606 if (name == f->GetName() && type == f->GetTypeDescriptor()) {
733 return dex_file.GetTypeDescriptor(type_id);
class-inl.h 682 return strcmp(dex_file.GetTypeDescriptor(type_id), match) == 0;
  /art/compiler/driver/
compiler_driver_test.cc 120 << " " << dex->GetTypeDescriptor(dex->GetTypeId(i));
compiler_driver.cc 760 const char* descriptor = dex_file->GetTypeDescriptor(type_id);
    [all...]
  /art/runtime/hprof/
hprof.cc 956 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size);
978 HprofBasicType t = SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), NULL);
1040 SignatureToBasicTypeAndSize(f->GetTypeDescriptor(), &size);
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 279 const char* field_type_desciptor = f->GetTypeDescriptor();
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/gc/
heap.cc 583 return dex_file->GetTypeDescriptor(type_id);
    [all...]

Completed in 138 milliseconds