Home
last modified time | relevance | path

Searched refs:CreateInstrumentationCache (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit.h52 void CreateInstrumentationCache(size_t compile_threshold);
Djit.cc166 void Jit::CreateInstrumentationCache(size_t compile_threshold) { in CreateInstrumentationCache() function in art::jit::Jit
/art/runtime/
Druntime.cc1708 jit_->CreateInstrumentationCache(jit_options_->GetCompileThreshold()); in CreateJit()