Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dfield.h50 ALWAYS_INLINE uint32_t GetDexFieldIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexFieldIndex() function
/art/runtime/
Dart_field.h79 uint32_t GetDexFieldIndex() { in GetDexFieldIndex() function
/art/runtime/verifier/
Dverifier_deps.h151 uint32_t GetDexFieldIndex() const { return std::get<0>(*this); } in GetDexFieldIndex() function