Searched refs:FindMethodCodeSpan (Results 1 – 3 of 3) sorted by relevance
176 Span<const uint8_t> FindMethodCodeSpan(size_t index) const;
168 Span<const uint8_t> AotClass::FindMethodCodeSpan(size_t index) const in FindMethodCodeSpan() function in ark::compiler::AotClass
425 … << reinterpret_cast<const void *>(aotClass.FindMethodCodeSpan(methodIndex).data()) << ":" in MaybeLinkMethodToAotCode()426 … << reinterpret_cast<const void *>(aotClass.FindMethodCodeSpan(methodIndex).end()) in MaybeLinkMethodToAotCode()