OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:class_def_index_
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
dex_method_iterator.h
32
class_def_index_
(0),
48
if (
class_def_index_
== GetDexFileInternal().NumClassDefs()) {
50
class_def_index_
= 0;
55
class_def_ = &GetDexFileInternal().GetClassDef(
class_def_index_
);
63
class_def_index_
++;
94
class_def_index_
++;
140
uint32_t
class_def_index_
;
member in class:art::DexMethodIterator
dex_file.cc
361
class_def_index_
(nullptr),
374
delete
class_def_index_
.LoadRelaxed();
425
Index* index =
class_def_index_
.LoadSequentiallyConsistent();
458
if (
class_def_index_
.LoadSequentiallyConsistent() == nullptr) {
465
class_def_index_
.StoreSequentiallyConsistent(index);
[
all
...]
dex_file.h
1022
mutable Atomic<Index*>
class_def_index_
;
member in class:art::DexFile
[
all
...]
/art/compiler/
oat_writer.cc
212
class_def_index_
(DexFile::kDexNoIndex) {
217
DCHECK_EQ(
class_def_index_
, DexFile::kDexNoIndex);
219
class_def_index_
= class_def_index;
228
class_def_index_
= DexFile::kDexNoIndex;
247
size_t
class_def_index_
;
member in class:art::OatWriter::DexMethodVisitor
307
ClassReference class_ref(dex_file_,
class_def_index_
);
458
ClassReference class_ref(dex_file_,
class_def_index_
);
552
InvokeType invoke_type = it.GetMethodInvokeType(dex_file_->GetClassDef(
class_def_index_
));
[
all
...]
Completed in 114 milliseconds