Searched refs:descriptor_ (Results 1 – 11 of 11) sorted by relevance
/art/runtime/verifier/ |
D | reg_type.cc | 558 DCHECK(descriptor_[1] == 'L' || descriptor_[1] == '['); in IsObjectArrayTypes() 559 return descriptor_[0] == '['; in IsObjectArrayTypes() 577 return descriptor_[0] == '['; in IsArrayTypes() 846 CHECK(descriptor_.empty()) << *this; in CheckInvariants() 850 CHECK(!descriptor_.empty()) << *this; in CheckInvariants() 852 CHECK_EQ(descriptor_, klass_.Read()->GetDescriptor(&temp)) << *this; in CheckInvariants() 866 CHECK(!descriptor_.empty()) << *this; in CheckInvariants() 871 CHECK(!descriptor_.empty()) << *this; in CheckInvariants() 889 CHECK(descriptor_.empty()) << *this; in CheckInvariants() 933 CHECK(!descriptor_.empty()) << *this; in CheckInvariants() [all …]
|
D | reg_type.h | 192 return descriptor_; in GetDescriptor() 324 : descriptor_(descriptor), in RegType() 339 const std::string_view descriptor_; variable
|
D | reg_type_cache.cc | 140 if (descriptor != entry->descriptor_) { in MatchDescriptor()
|
/art/libdexfile/dex/ |
D | dex_file-inl.h | 201 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugLocalInfo() 226 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugLocalInfo() 284 local_in_reg[reg].descriptor_ = type_index_to_string_data(descriptor_idx);; in DecodeDebugLocalInfo()
|
D | dex_file.h | 539 const char* descriptor_ = nullptr; // E.g., Ljava/util/LinkedList; member
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 254 WriteLazyType(var.descriptor_); in Write() 255 bool is64bitValue = var.descriptor_[0] == 'D' || var.descriptor_[0] == 'J'; in Write()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 241 JvmtiUniquePtr<char[]> sig_str = CopyString(env, entry.descriptor_, &err); in GetLocalVariableTable() 616 *type = art::Primitive::GetType(entry.descriptor_[0]); in GetSlotType() 617 *descriptor = entry.descriptor_; in GetSlotType()
|
/art/dexdump/ |
D | dexdump.cc | 1201 entry.descriptor_, in dumpCode()
|
/art/dexlayout/ |
D | dexlayout.cc | 1150 entry.descriptor_, in DumpCode()
|
/art/runtime/ |
D | debugger.cc | 1725 entry.descriptor_, entry.signature_, in OutputVariableTable() 1733 expandBufAddUtf8String(pReply, entry.descriptor_); in OutputVariableTable()
|
D | class_linker.cc | 4415 : descriptor_(descriptor), in LookupClassesVisitor() 4422 ObjPtr<mirror::Class> klass = class_table->Lookup(descriptor_, hash_); in Visit() 4430 const char* const descriptor_; member in art::LookupClassesVisitor
|