OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataCacheSize
(Results
1 - 2
of
2
) sorted by null
/art/runtime/jit/
jit_code_cache.h
70
size_t
DataCacheSize
() REQUIRES(!lock_);
jit_code_cache.cc
395
size_t JitCodeCache::
DataCacheSize
() {
610
<< ", data=" << PrettySize(
DataCacheSize
());
618
<< ", data=" << PrettySize(
DataCacheSize
());
[
all
...]
Completed in 41 milliseconds