Home
last modified time | relevance | path

Searched defs:kIndexNotFound (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dtiming_logger.cc36 constexpr size_t TimingLogger::kIndexNotFound; member in art::TimingLogger
/art/compiler/dex/quick/
Ddex_file_method_inliner.h363 static const uint32_t kIndexNotFound = static_cast<uint32_t>(-1); variable