Home | History | Annotate | Download | only in interpreter

Lines Matching refs:DoInvoke

137 // Invokes the given method. This is part of the invocation support and is used by DoInvoke and
628 static inline bool DoInvoke(Thread* self, ShadowFrame& shadow_frame, const Instruction* inst,
1030 // Explicitly instantiate all DoInvoke functions.
1033 bool DoInvoke<_type, _is_range, _do_check>(Thread* self, ShadowFrame& shadow_frame, \