HomeSort by relevance Sort by last modified time
    Searched refs:GetCodeSize (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_quick_method_header.h 78 uint32_t GetCodeSize() const {
  /art/oatdump/
oatdump.cc 243 if (method_header == nullptr || method_header->GetCodeSize() == 0) {
265 info.code_size = method_header->GetCodeSize();
    [all...]

Completed in 102 milliseconds