Searched refs:GetMethodSize (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ | ||
D | profiler.h | 63 uint32_t GetMethodSize() { return method_size_; } in GetMethodSize() function |
D | profiler.cc | 613 method_size = node->GetMethodSize(); in Write() |