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

  /external/chromium/base/
callback.h 122 // parameters, and a DoInvoke() that is capable of invoking the target.
126 // parameters. It does this by storing a pointer to the specific DoInvoke()
129 // is only used with the stored DoInvoke() pointer.
138 // - Returning an InvokerStorageHolder<> with an DoInvoke() that has an arity
244 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
275 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
307 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
342 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
380 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
422 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
    [all...]
bind_internal.h 38 // InvokerN<> -- Provides a DoInvoke() function that actually executes
361 // The InvokerN templates contain a static DoInvoke() function that is the key
364 // DoInvoke() is a static function with a fixed signature that is independent
366 // baseclass of StorageType. This lets us store pointer to DoInvoke() in a
370 // As long as we ensure that DoInvoke() is only used with pointers there were
385 static R DoInvoke(InvokerStorageBase* base) {
394 static R DoInvoke(InvokerStorageBase* base,
404 static R DoInvoke(InvokerStorageBase* base,
416 static R DoInvoke(InvokerStorageBase* base,
429 static R DoInvoke(InvokerStorageBase* base
    [all...]
callback_unittest.cc 25 static void DoInvoke(internal::InvokerStorageBase*) {
  /art/runtime/interpreter/
interpreter.cc 420 static bool DoInvoke(Thread* self, ShadowFrame& shadow_frame,
424 static bool DoInvoke(Thread* self, ShadowFrame& shadow_frame,
    [all...]

Completed in 66 milliseconds