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

  /art/compiler/dex/quick/
dex_file_method_inliner.h 290 static const uint32_t kIndexNotFound = static_cast<uint32_t>(-1);
  /art/runtime/base/
timing_logger.h 80 static constexpr size_t kIndexNotFound = static_cast<size_t>(-1);
timing_logger.cc 36 constexpr size_t TimingLogger::kIndexNotFound;
163 return kIndexNotFound;

Completed in 1863 milliseconds