OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_dex_cache
(Results
1 - 2
of
2
) sorted by null
/art/runtime/mirror/
class.cc
148
void Class::SetDexCache(DexCache*
new_dex_cache
) {
149
SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_),
new_dex_cache
);
local
150
SetDexCacheStrings(
new_dex_cache
!= nullptr ?
new_dex_cache
->GetStrings() : nullptr);
class.h
651
// Also updates the dex_cache_strings_ variable from
new_dex_cache
.
652
void SetDexCache(DexCache*
new_dex_cache
) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
[
all
...]
Completed in 838 milliseconds