OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetClassDescriptor
(Results
1 - 25
of
25
) sorted by null
/art/runtime/verifier/
method_verifier_test.cc
61
const char* descriptor = dex.
GetClassDescriptor
(class_def);
method_verifier.cc
270
*error_string += PrettyDescriptor(dex_file->
GetClassDescriptor
(class_def));
292
SCOPED_TRACE << "VerifyClass " << PrettyDescriptor(dex_file->
GetClassDescriptor
(class_def));
297
*error += PrettyDescriptor(dex_file->
GetClassDescriptor
(class_def));
347
PrettyDescriptor(dex_file->
GetClassDescriptor
(class_def)).c_str());
[
all
...]
/art/tools/hiddenapi/
hiddenapi_test.cc
116
if (strcmp(desc, dex_file.
GetClassDescriptor
(class_def)) == 0) {
130
LOG(FATAL) << "Class " << dex_file.
GetClassDescriptor
(class_def) << " has no data";
142
LOG(FATAL) << "Field " << name << " in class " << dex_file.
GetClassDescriptor
(class_def)
152
<< dex_file.
GetClassDescriptor
(class_def);
163
LOG(FATAL) << "Class " << dex_file.
GetClassDescriptor
(class_def) << " has no data";
175
<< " in class " << dex_file.
GetClassDescriptor
(class_def);
180
LOG(FATAL) << "Method " << name << " in class " << dex_file.
GetClassDescriptor
(class_def)
190
<< dex_file.
GetClassDescriptor
(class_def);
hiddenapi.cc
92
const char* GetDescriptor() const { return dex_file_.
GetClassDescriptor
(class_def_); }
/art/runtime/dex/
art_dex_file_loader_test.cc
103
EXPECT_STREQ("LNested$1;", raw->
GetClassDescriptor
(c0));
106
EXPECT_STREQ("LNested$Inner;", raw->
GetClassDescriptor
(c1));
109
EXPECT_STREQ("LNested;", raw->
GetClassDescriptor
(c2));
119
ASSERT_STREQ("LGetMethodSignature;", raw->
GetClassDescriptor
(class_def));
/art/compiler/debug/
elf_debug_line_writer.h
184
std::string class_name(dex->
GetClassDescriptor
(dex_class_def));
/art/dexlayout/
dex_ir_builder.cc
82
const char* descriptor = dex_file.
GetClassDescriptor
(class_def);
dexlayout_test.cc
[
all
...]
/art/runtime/gc/
allocation_record.h
182
const char*
GetClassDescriptor
(std::string* storage) const
allocation_record.cc
39
const char* AllocRecord::
GetClassDescriptor
(std::string* storage) const {
/art/compiler/driver/
compiler_driver.cc
395
const char* descriptor = dex_file.
GetClassDescriptor
(class_def);
[
all
...]
compiler_driver_test.cc
86
const char* descriptor = dex_file.
GetClassDescriptor
(class_def);
/art/dex2oat/linker/
image_test.h
487
const char* descriptor = dex->
GetClassDescriptor
(class_def);
oat_writer_test.cc
459
const char* descriptor = dex_file.
GetClassDescriptor
(class_def);
[
all
...]
/art/libdexfile/dex/
dex_file-inl.h
122
inline const char* DexFile::
GetClassDescriptor
(const ClassDef& class_def) const {
dex_file.h
651
const char*
GetClassDescriptor
(const ClassDef& class_def) const;
[
all
...]
/art/imgdiag/
imgdiag.cc
91
static std::string
GetClassDescriptor
(mirror::Class* klass)
391
class_data_[klass].descriptor =
GetClassDescriptor
(klass);
[
all
...]
/art/runtime/native/
dalvik_system_DexFile.cc
441
const char* descriptor = dex_file->
GetClassDescriptor
(class_def);
[
all
...]
/art/compiler/
verifier_deps_test.cc
234
const char* descriptor = dex_file->
GetClassDescriptor
(class_def);
[
all
...]
/art/openjdkjvmti/
ti_class.cc
[
all
...]
/art/dexdump/
dexdump.cc
[
all
...]
/art/oatdump/
oatdump.cc
[
all
...]
/art/runtime/
class_linker_test.cc
428
const char* descriptor = dex.
GetClassDescriptor
(class_def);
[
all
...]
debugger.cc
[
all
...]
class_linker.cc
[
all
...]
Completed in 1199 milliseconds