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

1 2

  /art/runtime/
imtable-inl.h 61 dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_)));
71 dex_file->GetTypeDescriptor(dex_file->GetTypeId(type.type_idx_)));
art_field.cc 71 result += PrettyDescriptor(GetTypeDescriptor());
dex_file-inl.h 77 inline const char* DexFile::GetTypeDescriptor(const TypeId& type_id) const {
83 return GetTypeDescriptor(type_id);
92 return GetTypeDescriptor(type_id);
art_field-inl.h 281 inline const char* ArtField::GetTypeDescriptor() REQUIRES_SHARED(Locks::mutator_lock_) {
296 return Primitive::GetType(GetTypeDescriptor()[0]);
310 return ProxyFindSystemClass(GetTypeDescriptor());
proxy_test.cc 190 EXPECT_STREQ("[Ljava/lang/Class;", field->GetTypeDescriptor());
199 EXPECT_STREQ("[[Ljava/lang/Class;", field->GetTypeDescriptor());
art_method-inl.h 346 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(proto_id.return_type_idx_));
356 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx));
art_field.h 202 const char* GetTypeDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
dex_file.h 610 const char* GetTypeDescriptor(const TypeId& type_id) const;
646 return GetTypeDescriptor(type_id);
    [all...]
debugger.cc     [all...]
dex_file.cc     [all...]
  /art/compiler/utils/
test_dex_file_builder_test.cc 67 dex_file->GetTypeDescriptor(dex_file->GetTypeId(dex::TypeIndex(i)))) << i;
  /art/runtime/openjdkjvmti/
ti_field.cc 82 const char* sig = art_field->GetTypeDescriptor();
ti_redefine.cc     [all...]
  /art/runtime/hprof/
hprof.cc     [all...]
  /art/profman/
profman.cc 480 out_lines->insert(std::string(dex_file->GetTypeDescriptor(type_id)));
488 std::string type_string(dex_file->GetTypeDescriptor(dex_file->GetTypeId(id.class_idx_)));
    [all...]
  /art/runtime/mirror/
class.cc     [all...]
class-inl.h     [all...]
  /art/compiler/driver/
compiler_driver_test.cc 123 << " " << dex.GetTypeDescriptor(dex.GetTypeId(dex::TypeIndex(i)));
  /art/runtime/verifier/
verifier_deps.cc 124 if (strcmp(dex_file.GetTypeDescriptor(type_id),
125 klass_dex.GetTypeDescriptor(klass_type_id)) == 0) {
    [all...]
method_verifier.cc     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 378 WriteLazyType(field->GetTypeDescriptor());
  /art/compiler/optimizing/
graph_visualizer.cc 395 const char* descriptor = load_class->GetDexFile().GetTypeDescriptor(
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 335 const char* field_type_desciptor = f->GetArtField()->GetTypeDescriptor();
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 1074 milliseconds

1 2