Home
last modified time | relevance | path

Searched refs:kRuntimeMethodDexMethodIndex (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dart_method.h79 static constexpr uint32_t kRuntimeMethodDexMethodIndex = 0xFFFFFFFF; variable
600 return dex_method_index_ == kRuntimeMethodDexMethodIndex; in IsRuntimeMethod()
H A Dart_method.cc67 static_assert(ArtMethod::kRuntimeMethodDexMethodIndex == dex::kDexNoIndex,