OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocDexCache
(Results
1 - 3
of
3
) sorted by null
/art/runtime/mirror/
dex_cache_test.cc
34
SirtRef<DexCache> dex_cache(soa.Self(), class_linker_->
AllocDexCache
(soa.Self(),
/art/runtime/
class_linker.h
386
mirror::DexCache*
AllocDexCache
(Thread* self, const DexFile& dex_file)
class_linker.cc
274
// Create int array type for
AllocDexCache
(done in AppendToBootClassPath).
282
// Set up DexCache. This cannot be done later since AppendToBootClassPath calls
AllocDexCache
.
324
// DexCache instances. Needs to be after String, Field, Method arrays since
AllocDexCache
uses
[
all
...]
Completed in 191 milliseconds