Searched refs:descriptor_ (Results 1 – 8 of 8) sorted by relevance
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 …]
140 if (descriptor != entry->descriptor_) { in MatchDescriptor()
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()
539 const char* descriptor_ = nullptr; // E.g., Ljava/util/LinkedList; member
254 WriteLazyType(var.descriptor_); in Write()255 bool is64bitValue = var.descriptor_[0] == 'D' || var.descriptor_[0] == 'J'; in Write()
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()
1201 entry.descriptor_, in dumpCode()
1725 entry.descriptor_, entry.signature_, in OutputVariableTable()1733 expandBufAddUtf8String(pReply, entry.descriptor_); in OutputVariableTable()