Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc166 void Jit::CreateInstrumentationCache(size_t compile_threshold) { in CreateInstrumentationCache() argument
167 CHECK_GT(compile_threshold, 0U); in CreateInstrumentationCache()
172 instrumentation_cache_.reset(new jit::JitInstrumentationCache(compile_threshold)); in CreateInstrumentationCache()
Djit.h52 void CreateInstrumentationCache(size_t compile_threshold);