Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_writer.cc699 method_handle_buff[0] = static_cast<uint16_t>(method_handle->GetMethodHandleType()); in WriteMethodHandles()
Ddex_ir.h1265 DexFile::MethodHandleType GetMethodHandleType() const { return method_handle_type_; } in GetMethodHandleType() function