Home
last modified time | relevance | path

Searched refs:code_cache_capacity_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit.h99 return code_cache_capacity_; in GetCodeCacheCapacity()
113 size_t code_cache_capacity_; variable
117 JitOptions() : use_jit_(false), code_cache_capacity_(0), compile_threshold_(0), in JitOptions()
Djit.cc37 jit_options->code_cache_capacity_ = in CreateFromRuntimeArguments()