Home
last modified time | relevance | path

Searched defs:lower_bound (Results 1 – 7 of 7) sorted by relevance

/art/libartbase/base/
Dsafe_map.h94 template<typename Kv> iterator lower_bound(const Kv& k) { return map_.lower_bound(k); } in lower_bound() function
95 template<typename Kv> const_iterator lower_bound(const Kv& k) const { in lower_bound() function
/art/runtime/native/
Djava_lang_StringFactory.cc209 int lower_bound = 0x80; in StringFactory_newStringFromUtf8Bytes() local
/art/compiler/optimizing/
Dcode_generator_x86.cc8891 int32_t lower_bound, in GenPackedSwitchWithCompares()
8939 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
8964 int32_t lower_bound = switch_instr->GetStartValue(); in VisitX86PackedSwitch() local
Dcode_generator_riscv64.cc4853 int32_t lower_bound = instruction->GetStartValue(); in VisitPackedSwitch() local
Dcode_generator_arm64.cc6848 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
Dcode_generator_x86_64.cc8223 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local
Dcode_generator_arm_vixl.cc10114 int32_t lower_bound = switch_instr->GetStartValue(); in VisitPackedSwitch() local