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

  /art/runtime/
art_method.h 60 static constexpr uint32_t kRuntimeMethodDexMethodIndex = 0xFFFFFFFF;
517 return dex_method_index_ == kRuntimeMethodDexMethodIndex;;
art_method.cc 59 static_assert(ArtMethod::kRuntimeMethodDexMethodIndex == DexFile::kDexNoIndex,
    [all...]

Completed in 55 milliseconds