Home
last modified time | relevance | path

Searched defs:GetDexMethodIndex (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Ddex_compilation_unit.h65 uint32_t GetDexMethodIndex() const { in GetDexMethodIndex() function
/art/runtime/verifier/
Dverifier_deps.h192 uint32_t GetDexMethodIndex() const { return std::get<0>(*this); } in GetDexMethodIndex() function
/art/runtime/
Dart_method.h434 ALWAYS_INLINE uint32_t GetDexMethodIndex() const { in GetDexMethodIndex() function