Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.h70 return GetCodeSize() != 0 && vmap_table_offset_ != 0; in IsOptimized()
87 uint32_t GetCodeSize() const { in GetCodeSize() function
124 return code_start <= pc && pc <= (code_start + GetCodeSize()); in Contains()
Doat_file-inl.h106 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in GetQuickCodeSize()
Dnative_stack_dump.cc316 uintptr_t code_size = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in PcIsWithinQuickCode()
Dart_method.cc672 << " " << (uintptr_t)(method_header->GetCode() + method_header->GetCodeSize()); in GetOatQuickMethodHeader()
Dstack.cc706 uint32_t code_size = OatQuickMethodHeader::FromEntryPoint(code)->GetCodeSize(); in AssertPcIsWithinQuickCode()
/art/dex2oat/linker/
Doat_writer.h216 size_t GetCodeSize() const { in GetCodeSize() function
Dimage_test.h306 oat_writer->GetCodeSize(), in DoCompile()
Doat_writer_test.cc208 oat_writer.GetCodeSize(), in DoWriteElf()
/art/oatdump/
Doatdump.cc296 if (method_header == nullptr || method_header->GetCodeSize() == 0) { in WalkOatMethod()
318 info.code_size = method_header->GetCodeSize(); in WalkOatMethod()
2160 return method_header->GetCodeSize(); in GetQuickOatCodeSize()
/art/runtime/jit/
Djit_code_cache.cc754 method_header->GetCodeSize()); in Commit()
/art/dex2oat/
Ddex2oat.cc2321 oat_writer->GetCodeSize(), in WriteOutputFiles()