HomeSort by relevance Sort by last modified time
    Searched refs:GetCompileThreshold (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
jit.h 207 size_t GetCompileThreshold() const {
jit.cc 170 << ", compile_threshold=" << options->GetCompileThreshold()
174 jit->hot_method_threshold_ = options->GetCompileThreshold();

Completed in 41 milliseconds