Home
last modified time | relevance | path

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

/art/tools/veridex/
Dflow_analysis.h175 bool is_method; member
/art/test/2246-trace-v2/
Ddump_trace.cc59 bool is_method) { in ProcessThreadOrMethodInfo()
/art/openjdkjvmti/
Dti_redefine.cc2821 constexpr bool is_method = std::is_same_v<art::ArtMethod*, decltype(field_or_method)>; in UpdateClassStructurally() local