Home
last modified time | relevance | path

Searched refs:descriptor_ (Results 1 – 10 of 10) 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()
932 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
936 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
938 CHECK_EQ(descriptor_, klass_.Read()->GetDescriptor(&temp)) << *this; in CheckInvariants()
952 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
957 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
975 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
1019 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
[all …]
Dreg_type.h192 return descriptor_; in GetDescriptor()
324 : descriptor_(descriptor), in RegType()
339 const std::string_view descriptor_; variable
Dreg_type_cache.cc146 if (descriptor != entry->descriptor_) { in MatchDescriptor()
/art/libdexfile/dex/
Ddex_file-inl.h202 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugLocalInfo()
227 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugLocalInfo()
285 local_in_reg[reg].descriptor_ = type_index_to_string_data(descriptor_idx);; in DecodeDebugLocalInfo()
Ddex_file.h542 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.cc259 JvmtiUniquePtr<char[]> sig_str = CopyString(env, entry.descriptor_, &err); in GetLocalVariableTable()
756 *type = art::Primitive::GetType(entry.descriptor_[0]); in GetSlotType()
757 *descriptor = entry.descriptor_; in GetSlotType()
/art/dexdump/
Ddexdump.cc1240 entry.descriptor_, in dumpCode()
/art/dexlayout/
Ddexlayout.cc1151 entry.descriptor_, in DumpCode()
/art/runtime/
Dclass_linker.cc4619 : descriptor_(descriptor), in LookupClassesVisitor()
4626 ObjPtr<mirror::Class> klass = class_table->Lookup(descriptor_, hash_); in Visit()
4634 const char* const descriptor_; member in art::LookupClassesVisitor