Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:method_handle

697   for (auto& method_handle : header_->MethodHandleItems()) {
699 method_handle_buff[0] = static_cast<uint16_t>(method_handle->GetMethodHandleType());
701 method_handle_buff[2] = method_handle->GetFieldOrMethodId()->GetIndex();
703 stream->Write(method_handle_buff, method_handle->GetSize());