Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc870 template <typename T> struct SignatureType {}; struct
871 template <> struct SignatureType<art::ArtField> { using type = std::string_view; }; struct
872 template <> struct SignatureType<art::ArtMethod> { using type = art::Signature; }; struct