Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h6767 method_handle_idx_(method_handle_idx), in HLoadMethodHandle()
6779 uint16_t GetMethodHandleIndex() const { return method_handle_idx_; } in GetMethodHandleIndex()
6796 const uint16_t method_handle_idx_; variable