Searched refs:IsMethodExternal (Results 1 – 7 of 7) sorted by relevance
145 EXPECT_FALSE(adapter.IsMethodExternal(main, ctor)); in TEST()
932 if (runtime->IsMethodExternal(GetGraph()->GetMethod(), method) && !IsIntrinsic(ctx)) { in DoInline()1198 if (GetGraph()->GetRuntime()->IsMethodExternal(GetGraph()->GetMethod(), ctx->method)) { in CheckTooBigMethodCanBeInlined()1228 GetGraph()->GetRuntime()->IsMethodExternal(GetGraph()->GetMethod(), ctx->method)) { in CheckMethodCanBeInlined()
204 bool IsMethodExternal([[maybe_unused]] MethodPtr caller, MethodPtr callee) const override in IsMethodExternal() function
263 bool IsMethodExternal(MethodPtr parentMethod, MethodPtr calleeMethod) const override;
309 bool PandaRuntimeInterface::IsMethodExternal(MethodPtr parentMethod, MethodPtr calleeMethod) const in IsMethodExternal() function in panda::PandaRuntimeInterface
298 …virtual bool IsMethodExternal([[maybe_unused]] MethodPtr method, [[maybe_unused]] MethodPtr callee… in IsMethodExternal() function