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

  /art/compiler/optimizing/
stack_map_stream.cc 240 if (previous_dex_registers_[i] != reg || distance > kMaxDexRegisterMapSearchDistance) {
  /art/runtime/
stack_map.cc 133 DCHECK_LE(stack_map_index - s, kMaxDexRegisterMapSearchDistance) << "Unbounded search";
stack_map.h 47 static constexpr size_t kMaxDexRegisterMapSearchDistance = 32;

Completed in 1219 milliseconds