Home
last modified time | relevance | path

Searched refs:FindMethodCodeEntry (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp255 auto code = cls.FindMethodCodeEntry(0); in TEST_F()
261 auto code = cls.FindMethodCodeEntry(1); in TEST_F()
601 auto code = cls.FindMethodCodeEntry(0); in TEST_F()
607 auto code = cls.FindMethodCodeEntry(1); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.h175 const void *FindMethodCodeEntry(size_t index) const;
Daot_file.cpp159 const void *AotClass::FindMethodCodeEntry(size_t index) const in FindMethodCodeEntry() function in ark::compiler::AotClass
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp255 auto code = cls.FindMethodCodeEntry(0U); in DoChecks()
261 auto code = cls.FindMethodCodeEntry(1U); in DoChecks()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp445 auto entry = aotClass.FindMethodCodeEntry(methodIndex); in MaybeLinkMethodToAotCode()