Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_info.h44 MethodInfo(uint8_t* ptr, size_t num_method_indices) : num_method_indices_(num_method_indices) { in MethodInfo()
50 static size_t ComputeSize(size_t num_method_indices) { in ComputeSize()