Home
last modified time | relevance | path

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

/art/runtime/native/
Dlibcore_util_CharsetUtils.cc96 auto clamp = [maxValidChar](uint16_t c) { in charsToBytes() local
99 std::transform(src, src + length, result->GetData(), clamp); in charsToBytes()
/art/runtime/jit/
Djit.cc158 jit_options->osr_threshold_ = std::clamp(jit_options->osr_threshold_, in CreateFromRuntimeArguments()
161 jit_options->compile_threshold_ = std::clamp(jit_options->compile_threshold_, in CreateFromRuntimeArguments()
165 std::clamp(jit_options->warmup_threshold_, in CreateFromRuntimeArguments()
/art/runtime/
Dart_method.cc135 std::clamp(this, in GetObsoleteDexCache()