Searched refs:GetBinaryFileForMethod (Results 1 – 5 of 5) sorted by relevance
74 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod() function
102 …file = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CheckMethodLimitations()265 …file = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CreateTryCatchBoundariesBlocks()
40 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
97 EXPECT_NE(adapter.GetBinaryFileForMethod(main), nullptr); in TEST()
987 EXPECT_EQ(interface.GetBinaryFileForMethod(method), nullptr); in __anon7b7a1abf1602()