HomeSort by relevance Sort by last modified time
    Searched refs:DoInvoke (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/base/
asyncinvoker.h 80 DoInvoke(thread, closure, id);
105 DoInvoke(thread, closure, id);
119 DoInvoke(thread, closure, id);
134 void DoInvoke(Thread* thread,
asyncinvoker.cc 58 void AsyncInvoker::DoInvoke(Thread* thread,
  /art/runtime/interpreter/mterp/
mterp.cc 158 return DoInvoke<kVirtual, false, false>(
167 return DoInvoke<kSuper, false, false>(
176 return DoInvoke<kInterface, false, false>(
185 return DoInvoke<kDirect, false, false>(
194 return DoInvoke<kStatic, false, false>(
203 return DoInvoke<kVirtual, true, false>(
212 return DoInvoke<kSuper, true, false>(
221 return DoInvoke<kInterface, true, false>(
230 return DoInvoke<kDirect, true, false>(
239 return DoInvoke<kStatic, true, false>
    [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]
interpreter_common.h 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,
    [all...]

Completed in 50 milliseconds