Searched refs:CreateInstrumentationCache (Results 1 – 3 of 3) sorted by relevance
52 void CreateInstrumentationCache(size_t compile_threshold);
166 void Jit::CreateInstrumentationCache(size_t compile_threshold) { in CreateInstrumentationCache() function in art::jit::Jit
1708 jit_->CreateInstrumentationCache(jit_options_->GetCompileThreshold()); in CreateJit()