Home
last modified time | relevance | path

Searched refs:GetMethodSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.h63 uint32_t GetMethodSize() { return method_size_; } in GetMethodSize() function
Dprofiler.cc613 method_size = node->GetMethodSize(); in Write()