Searched refs:GetCodeSize (Results 1 – 6 of 6) sorted by relevance
65 return GetCodeSize() != 0 && vmap_table_offset_ != 0; in IsOptimized()100 uint32_t GetCodeSize() const { in GetCodeSize() function144 return code_start <= pc && pc <= (code_start + GetCodeSize()); in Contains()
104 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in GetQuickCodeSize()
281 uintptr_t code_size = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in PcIsWithinQuickCode()
684 << " " << (uintptr_t)(method_header->GetCode() + method_header->GetCodeSize()); in GetOatQuickMethodHeader()
626 uint32_t code_size = OatQuickMethodHeader::FromEntryPoint(code)->GetCodeSize(); in AssertPcIsWithinQuickCode()
303 if (method_header == nullptr || method_header->GetCodeSize() == 0) { in WalkOatMethod()325 info.code_size = method_header->GetCodeSize(); in WalkOatMethod()