Home
last modified time | relevance | path

Searched refs:kMethodIsStatic (Results 1 – 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2769 static const bool kMethodIsStatic = false; // invoke() and invokeExact() are not static. in artInvokePolymorphic() local
2770 RememberForGcArgumentVisitor gc_visitor(sp, kMethodIsStatic, shorty, shorty_length, &soa); in artInvokePolymorphic()
2793 DCHECK_EQ(resolved_method->IsStatic(), kMethodIsStatic); in artInvokePolymorphic()
2808 kMethodIsStatic, in artInvokePolymorphic()
2875 static constexpr bool kMethodIsStatic = true; in artInvokeCustom() local
2901 kMethodIsStatic, in artInvokeCustom()