Searched refs:GetBinaryFileForMethod (Results 1 – 12 of 12) sorted by relevance
74 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod() function
128 …File = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CheckMethodLimitations()350 …File = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CreateTryCatchBoundariesBlocks()627 …File = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in RunImpl()
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
155 auto file = static_cast<panda_file::File *>(runtime_->GetBinaryFileForMethod(methodPtr)); in RememberFunctionOrigin()
97 EXPECT_NE(adapter.GetBinaryFileForMethod(main), nullptr); in TEST()
51 BinaryFilePtr GetBinaryFileForMethod(MethodPtr /* unused */) const override in GetBinaryFileForMethod() function
126 BinaryFilePtr GetBinaryFileForMethod(MethodPtr method) const override in GetBinaryFileForMethod() function
987 EXPECT_EQ(interface.GetBinaryFileForMethod(method), nullptr); in __anon8ce037611602()
153 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod() function