Home
last modified time | relevance | path

Searched refs:GetCodeSize (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Doat_quick_method_header.h65 return GetCodeSize() != 0 && vmap_table_offset_ != 0; in IsOptimized()
100 uint32_t GetCodeSize() const { in GetCodeSize() function
144 return code_start <= pc && pc <= (code_start + GetCodeSize()); in Contains()
Doat_file-inl.h104 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in GetQuickCodeSize()
Dnative_stack_dump.cc281 uintptr_t code_size = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in PcIsWithinQuickCode()
Dart_method.cc684 << " " << (uintptr_t)(method_header->GetCode() + method_header->GetCodeSize()); in GetOatQuickMethodHeader()
Dstack.cc626 uint32_t code_size = OatQuickMethodHeader::FromEntryPoint(code)->GetCodeSize(); in AssertPcIsWithinQuickCode()
/art/oatdump/
Doatdump.cc303 if (method_header == nullptr || method_header->GetCodeSize() == 0) { in WalkOatMethod()
325 info.code_size = method_header->GetCodeSize(); in WalkOatMethod()