Searched defs:kMethodIsStatic (Results 1 - 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2770 static const bool kMethodIsStatic = false; // invoke() and invokeExact() are not static. local
2771 RememberForGcArgumentVisitor gc_visitor(sp, kMethodIsStatic, shorty, shorty_length, &soa);
2807 DCHECK_EQ(resolved_method->IsStatic(), kMethodIsStatic);
2822 kMethodIsStatic,

Completed in 52 milliseconds