OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetClassDef
(Results
1 - 17
of
17
) sorted by null
/art/runtime/verifier/
method_verifier_test.cc
47
const DexFile::ClassDef& class_def = dex->
GetClassDef
(i);
method_verifier.cc
98
const DexFile::ClassDef* class_def = kh.
GetClassDef
();
319
&mh.
GetClassDef
(), mh.GetCodeItem(), m->GetDexMethodIndex(),
341
&mh.
GetClassDef
(), mh.GetCodeItem(), m->GetDexMethodIndex(),
369
&mh.
GetClassDef
(), mh.GetCodeItem(), m->GetDexMethodIndex(),
[
all
...]
/art/runtime/
dex_method_iterator.h
55
class_def_ = &GetDexFileInternal().
GetClassDef
(class_def_index_);
dex_file_test.cc
133
const DexFile::ClassDef& c0 = raw->
GetClassDef
(0);
136
const DexFile::ClassDef& c1 = raw->
GetClassDef
(1);
146
const DexFile::ClassDef& class_def = raw->
GetClassDef
(0);
object_utils.h
109
const DexFile::TypeId& type_id = dex_file.GetTypeId(
GetClassDef
()->class_idx_);
125
const DexFile::ClassDef*
GetClassDef
() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
131
return &GetDexFile().
GetClassDef
(class_def_idx);
187
const DexFile::ClassDef* dex_class_def =
GetClassDef
();
224
const DexFile::ClassDef* class_def =
GetClassDef
();
526
const DexFile::ClassDef&
GetClassDef
() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
527
return GetDexFile().
GetClassDef
(GetClassDefIndex());
dex_file.cc
349
const ClassDef& class_def =
GetClassDef
(i);
360
const ClassDef& class_def =
GetClassDef
(i);
[
all
...]
dex_file.h
583
const ClassDef&
GetClassDef
(uint16_t idx) const {
[
all
...]
class_linker.cc
[
all
...]
class_linker_test.cc
324
const DexFile::ClassDef& class_def = dex->
GetClassDef
(i);
[
all
...]
thread.cc
[
all
...]
/art/compiler/driver/
compiler_driver_test.cc
78
const DexFile::ClassDef& class_def = dex_file.
GetClassDef
(i);
compiler_driver.cc
565
const DexFile::ClassDef& class_def = dex_file->
GetClassDef
(class_def_idx);
[
all
...]
/art/compiler/
image_test.cc
149
const DexFile::ClassDef& class_def = dex->
GetClassDef
(i);
oat_test.cc
118
const DexFile::ClassDef& class_def = dex_file->
GetClassDef
(i);
oat_writer.cc
143
const DexFile::ClassDef& class_def = dex_file->
GetClassDef
(class_def_index);
226
const DexFile::ClassDef& class_def = dex_file.
GetClassDef
(class_def_index);
603
const DexFile::ClassDef& class_def = dex_file.
GetClassDef
(class_def_index);
[
all
...]
/art/runtime/native/
dalvik_system_DexFile.cc
189
const DexFile::ClassDef& class_def = dex_file->
GetClassDef
(i);
/art/oatdump/
oatdump.cc
208
const DexFile::ClassDef& class_def = dex_file->
GetClassDef
(class_def_index);
254
const DexFile::ClassDef& class_def = dex_file->
GetClassDef
(class_def_index);
[
all
...]
Completed in 810 milliseconds