Searched refs:GetCodeSize (Results 1 – 12 of 12) sorted by relevance
109 ALWAYS_INLINE uint32_t GetCodeSize() const { in GetCodeSize() function139 return code_start <= pc && pc <= (code_start + GetCodeSize()); in Contains()
91 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in GetQuickCodeSize()
286 OatQuickMethodHeader::FromEntryPoint(boot_jni_stub)->GetCodeSize(); in TEST_F()288 OatQuickMethodHeader::FromEntryPoint(cmp_jni_stub)->GetCodeSize(); in TEST_F()
306 size_t code_size = method_header->GetCodeSize(); in Action()
202 size_t GetCodeSize() const { in GetCodeSize() function
309 oat_writer->GetCodeSize(), in DoCompile()
209 oat_writer.GetCodeSize(), in DoWriteElf()
784 method_header->GetCodeSize()); in Commit()790 DCHECK_EQ(LookupMethodHeader(entry_point + method_header->GetCodeSize() - 1, method), in Commit()1777 << code_ptr << "-" << reinterpret_cast<uintptr_t>(code_ptr) + header->GetCodeSize() << '\n'; in DumpAllCompiledMethods()1787 << reinterpret_cast<uintptr_t>(code_ptr) + header->GetCodeSize() << " "; in DumpAllCompiledMethods()
671 << " size: " << OatQuickMethodHeader::FromEntryPoint(existing_entry_point)->GetCodeSize() in GetOatQuickMethodHeader()708 << " " << (uintptr_t)(method_header->GetCode() + method_header->GetCodeSize()); in GetOatQuickMethodHeader()
1921 fault_manager.AddGeneratedCodeRange(nterp_header->GetCode(), nterp_header->GetCodeSize()); in Init()
302 if (method_header == nullptr || method_header->GetCodeSize() == 0) { in WalkOatMethod()324 info.code_size = method_header->GetCodeSize(); in WalkOatMethod()2100 return method_header->GetCodeSize(); in GetQuickOatCodeSize()
2126 oat_writer->GetCodeSize(), in WriteOutputFiles()