Home
last modified time | relevance | path

Searched refs:DispatchedCall (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stubs.h197 typedef void (*DispatchedCall)(CodeStub* stub, void** value_out); typedef
199 DispatchedCall call);
Dcode-stubs.cc210 DispatchedCall call) { in Dispatch()