Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_quick_method_header.h109 ALWAYS_INLINE uint32_t GetCodeSize() const { in GetCodeSize() function
139 return code_start <= pc && pc <= (code_start + GetCodeSize()); in Contains()
Doat_file-inl.h91 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in GetQuickCodeSize()
Djni_stub_hash_map_test.cc286 OatQuickMethodHeader::FromEntryPoint(boot_jni_stub)->GetCodeSize(); in TEST_F()
288 OatQuickMethodHeader::FromEntryPoint(cmp_jni_stub)->GetCodeSize(); in TEST_F()
/art/runtime/arch/x86/
Dfault_handler_x86.cc306 size_t code_size = method_header->GetCodeSize(); in Action()
/art/dex2oat/linker/
Doat_writer.h202 size_t GetCodeSize() const { in GetCodeSize() function
Dimage_test.h309 oat_writer->GetCodeSize(), in DoCompile()
Doat_writer_test.cc209 oat_writer.GetCodeSize(), in DoWriteElf()
/art/runtime/jit/
Djit_code_cache.cc784 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()
/art/runtime/
Dart_method.cc671 << " size: " << OatQuickMethodHeader::FromEntryPoint(existing_entry_point)->GetCodeSize() in GetOatQuickMethodHeader()
708 << " " << (uintptr_t)(method_header->GetCode() + method_header->GetCodeSize()); in GetOatQuickMethodHeader()
Druntime.cc1921 fault_manager.AddGeneratedCodeRange(nterp_header->GetCode(), nterp_header->GetCodeSize()); in Init()
/art/oatdump/
Doatdump.cc302 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()
/art/dex2oat/
Ddex2oat.cc2126 oat_writer->GetCodeSize(), in WriteOutputFiles()