Home
last modified time | relevance | path

Searched refs:descriptor_ (Results 1 – 8 of 8) sorted by relevance

/art/runtime/verifier/
Dreg_type.cc558 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 …]
Dreg_type_cache.cc140 if (descriptor != entry->descriptor_) { in MatchDescriptor()
/art/libdexfile/dex/
Ddex_file-inl.h201 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()
Ddex_file.h539 const char* descriptor_ = nullptr; // E.g., Ljava/util/LinkedList; member
/art/compiler/debug/
Delf_debug_info_writer.h254 WriteLazyType(var.descriptor_); in Write()
255 bool is64bitValue = var.descriptor_[0] == 'D' || var.descriptor_[0] == 'J'; in Write()
/art/openjdkjvmti/
Dti_method.cc241 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/
Ddexdump.cc1201 entry.descriptor_, in dumpCode()
/art/runtime/
Ddebugger.cc1725 entry.descriptor_, entry.signature_, in OutputVariableTable()
1733 expandBufAddUtf8String(pReply, entry.descriptor_); in OutputVariableTable()