Searched refs:GetCodeInfoOffset (Results 1 – 4 of 4) sorted by relevance
94 uint32_t offset = GetCodeInfoOffset(); in GetOptimizedCodeInfoPtr()100 uint32_t offset = GetCodeInfoOffset(); in GetOptimizedCodeInfoPtr()119 ALWAYS_INLINE uint32_t GetCodeInfoOffset() const { in GetCodeInfoOffset() function
79 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeInfoOffset(); in GetVmapTable()
1211 uint32_t code_info_offset = method_header->GetCodeInfoOffset(); in VisitMethod()1359 DCHECK_EQ(oat_class->method_headers_[method_offsets_index_].GetCodeInfoOffset(), 0u); in VisitMethod()
1237 (method_header == nullptr) ? 0 : method_header->GetCodeInfoOffset(); in DumpOatMethod()