Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_info.h35 explicit MethodInfo(const uint8_t* ptr) { in MethodInfo() function
44 MethodInfo(uint8_t* ptr, size_t num_method_indices) : num_method_indices_(num_method_indices) { in MethodInfo() function
/art/test/988-method-trace/
Dgen_srcs.py168 class MethodInfo: class