Searched defs:DoInvoke (Results 1 - 1 of 1) sorted by path

/art/runtime/interpreter/
H A Dinterpreter_common.h116 // Invokes the given method. This is part of the invocation support and is used by DoInvoke,
168 static inline bool DoInvoke(Thread* self, function in namespace:art::interpreter
605 // Explicitly instantiate all DoInvoke functions.
608 bool DoInvoke<_type, _is_range, _do_check>(Thread* self, \

Completed in 38 milliseconds