Searched refs:kMethodIsStatic (Results 1 – 1 of 1) sorted by relevance
2353 static const bool kMethodIsStatic = false; // invoke() and invokeExact() are not static. in artInvokePolymorphic() local2354 RememberForGcArgumentVisitor gc_visitor(sp, kMethodIsStatic, shorty, &soa); in artInvokePolymorphic()2377 DCHECK_EQ(resolved_method->IsStatic(), kMethodIsStatic); in artInvokePolymorphic()2391 kMethodIsStatic, in artInvokePolymorphic()2461 static constexpr bool kMethodIsStatic = true; in artInvokeCustom() local2485 kMethodIsStatic, in artInvokeCustom()