Home
last modified time | relevance | path

Searched refs:FindMethodCodeSpan (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.h176 Span<const uint8_t> FindMethodCodeSpan(size_t index) const;
Daot_file.cpp168 Span<const uint8_t> AotClass::FindMethodCodeSpan(size_t index) const in FindMethodCodeSpan() function in ark::compiler::AotClass
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp425 … << reinterpret_cast<const void *>(aotClass.FindMethodCodeSpan(methodIndex).data()) << ":" in MaybeLinkMethodToAotCode()
426 … << reinterpret_cast<const void *>(aotClass.FindMethodCodeSpan(methodIndex).end()) in MaybeLinkMethodToAotCode()