OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obsolete_dex_caches_
(Results
1 - 4
of
4
) sorted by null
/art/runtime/mirror/
class_ext.h
52
OFFSET_OF_OBJECT_MEMBER(ClassExt,
obsolete_dex_caches_
));
87
HeapReference<ObjectArray<DexCache>>
obsolete_dex_caches_
;
member in class:art::mirror::ClassExt
class_ext.cc
44
auto obsolete_dex_cache_off = OFFSET_OF_OBJECT_MEMBER(ClassExt,
obsolete_dex_caches_
);
/art/openjdkjvmti/
ti_redefine.cc
80
// A helper that fills in a classes obsolete_methods_ and
obsolete_dex_caches_
classExt fields as
107
DCHECK(nullptr ==
obsolete_dex_caches_
->Get(slot));
109
obsolete_dex_caches_
->Set(slot, original_dex_cache_);
118
obsolete_dex_caches_
(obsolete_dex_caches),
123
DCHECK(
obsolete_dex_caches_
->Get(next_free_slot_) != nullptr);
126
// Sanity check that the same slot in
obsolete_dex_caches_
is free.
127
DCHECK(
obsolete_dex_caches_
->Get(next_free_slot_) == nullptr);
136
art::ObjPtr<art::mirror::ObjectArray<art::mirror::DexCache>>
obsolete_dex_caches_
;
member in class:openjdkjvmti::ObsoleteMap
219
// values in this map are added to the obsolete_methods_ (and
obsolete_dex_caches_
) fields of
[
all
...]
/art/runtime/
class_linker_test.cc
607
addOffset(OFFSETOF_MEMBER(mirror::ClassExt,
obsolete_dex_caches_
), "obsoleteDexCaches");
[
all
...]
Completed in 72 milliseconds