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/tests/
Daot_test.cpp272 auto code = cls.FindMethodCodeEntry(0U); in TEST_F()
278 auto code = cls.FindMethodCodeEntry(1U); in TEST_F()
616 auto code = cls.FindMethodCodeEntry(0U); in TEST_F()
622 auto code = cls.FindMethodCodeEntry(1U); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.h175 const void *FindMethodCodeEntry(size_t index) const;
Daot_file.cpp157 const void *AotClass::FindMethodCodeEntry(size_t index) const in FindMethodCodeEntry() function in panda::compiler::AotClass
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp390 auto entry = aotClass.FindMethodCodeEntry(methodIndex); in MaybeLinkMethodToAotCode()