Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.h89 ALWAYS_INLINE uint32_t GetCodeSize() const { in GetCodeSize() function
113 return code_start <= pc && pc <= (code_start + GetCodeSize()); in Contains()
Doat_file-inl.h90 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in GetQuickCodeSize()
Dnative_stack_dump.cc314 uintptr_t code_size = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in PcIsWithinQuickCode()
Dart_method.cc607 << " size: " << OatQuickMethodHeader::FromEntryPoint(existing_entry_point)->GetCodeSize() in GetOatQuickMethodHeader()
631 << " " << (uintptr_t)(method_header->GetCode() + method_header->GetCodeSize()); in GetOatQuickMethodHeader()
Dstack.cc681 uint32_t code_size = OatQuickMethodHeader::FromEntryPoint(code)->GetCodeSize(); in AssertPcIsWithinQuickCode()
/art/dex2oat/linker/
Doat_writer.h202 size_t GetCodeSize() const { in GetCodeSize() function
Dimage_test.h300 oat_writer->GetCodeSize(), in DoCompile()
Doat_writer_test.cc208 oat_writer.GetCodeSize(), in DoWriteElf()
/art/oatdump/
Doatdump.cc297 if (method_header == nullptr || method_header->GetCodeSize() == 0) { in WalkOatMethod()
319 info.code_size = method_header->GetCodeSize(); in WalkOatMethod()
2007 return method_header->GetCodeSize(); in GetQuickOatCodeSize()
/art/runtime/jit/
Djit_code_cache.cc773 method_header->GetCodeSize()); in Commit()
/art/dex2oat/
Ddex2oat.cc2119 oat_writer->GetCodeSize(), in WriteOutputFiles()