Home
last modified time | relevance | path

Searched refs:GetCodeInfoOffset (Results 1 – 4 of 4) sorted by relevance

/art/runtime/oat/
Doat_quick_method_header.h94 uint32_t offset = GetCodeInfoOffset(); in GetOptimizedCodeInfoPtr()
100 uint32_t offset = GetCodeInfoOffset(); in GetOptimizedCodeInfoPtr()
119 ALWAYS_INLINE uint32_t GetCodeInfoOffset() const { in GetCodeInfoOffset() function
Doat_file-inl.h79 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeInfoOffset(); in GetVmapTable()
/art/dex2oat/linker/
Doat_writer.cc1211 uint32_t code_info_offset = method_header->GetCodeInfoOffset(); in VisitMethod()
1359 DCHECK_EQ(oat_class->method_headers_[method_offsets_index_].GetCodeInfoOffset(), 0u); in VisitMethod()
/art/oatdump/
Doatdump.cc1237 (method_header == nullptr) ? 0 : method_header->GetCodeInfoOffset(); in DumpOatMethod()