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 337 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 37 constexpr size_t TimingLogger::kIndexNotFound;
164 return kIndexNotFound;

Completed in 127 milliseconds