OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_dex_cache
(Results
1 - 2
of
2
) sorted by null
/art/runtime/mirror/
class.cc
117
void Class::SetDexCache(DexCache*
new_dex_cache
) {
118
SetFieldObject(OFFSET_OF_OBJECT_MEMBER(Class, dex_cache_),
new_dex_cache
, false);
local
class.h
503
void SetDexCache(DexCache*
new_dex_cache
) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
[
all
...]
Completed in 215 milliseconds