Searched refs:GetOptimizeThreshold (Results 1 – 11 of 11) sorted by relevance
31 : baseline_hotness_count_(GetOptimizeThreshold()), in ProfilingInfo()49 uint16_t ProfilingInfo::GetOptimizeThreshold() { in GetOptimizeThreshold() function in art::ProfilingInfo50 return Runtime::Current()->GetJITOptions()->GetOptimizeThreshold(); in GetOptimizeThreshold()
44 uint16_t GetOptimizeThreshold() const { in GetOptimizeThreshold() function
178 static uint16_t GetOptimizeThreshold();
233 return options_->GetOptimizeThreshold(); in HotMethodThreshold()
117 << ", optimize_threshold=" << options->GetOptimizeThreshold() in Create()
1483 (ProfilingInfo::GetOptimizeThreshold() - info->GetBaselineHotnessCount()) < in GetProfiledMethods()
862 __ Mov(counter, ProfilingInfo::GetOptimizeThreshold()); in EmitNativeCode()
280 __ LoadConst32(counter, ProfilingInfo::GetOptimizeThreshold()); in EmitNativeCode()
1054 __ movw(Address(CpuRegister(TMP), 0), Immediate(ProfilingInfo::GetOptimizeThreshold())); in EmitNativeCode()
1001 __ movw(Address::Absolute(counter_address_), Immediate(ProfilingInfo::GetOptimizeThreshold())); in EmitNativeCode()
988 __ Mov(tmp, ProfilingInfo::GetOptimizeThreshold()); in EmitNativeCode()