Searched refs:DoCall (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
H A Dcall-tester.h177 R DoCall(F* f) { function in class:v8::internal::compiler::CallHelper
182 R DoCall(F* f, P1 p1) { function in class:v8::internal::compiler::CallHelper
188 R DoCall(F* f, P1 p1, P2 p2) { function in class:v8::internal::compiler::CallHelper
195 R DoCall(F* f, P1 p1, P2 p2, P3 p3) { function in class:v8::internal::compiler::CallHelper
203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) { function in class:v8::internal::compiler::CallHelper
217 R DoCall(F* f) { function in class:v8::internal::compiler::CallHelper
221 R DoCall(F* f, P1 p1) { function in class:v8::internal::compiler::CallHelper
226 R DoCall(F* f, P1 p1, P2 p2) { function in class:v8::internal::compiler::CallHelper
232 R DoCall(F* f, P1 p1, P2 p2, P3 p3) { function in class:v8::internal::compiler::CallHelper
239 R DoCall( function in class:v8::internal::compiler::CallHelper
247 R DoCall(F* f) { function in class:v8::internal::compiler::CallHelper
251 R DoCall(F* f, P1 p1) { function in class:v8::internal::compiler::CallHelper
255 R DoCall(F* f, P1 p1, P2 p2) { function in class:v8::internal::compiler::CallHelper
259 R DoCall(F* f, P1 p1, P2 p2, P3 p3) { function in class:v8::internal::compiler::CallHelper
264 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) { function in class:v8::internal::compiler::CallHelper
[all...]
/external/chromium_org/sandbox/win/src/
H A Dsharedmem_ipc_client.h110 // called GetBuffer and you want to abort but have not called yet DoCall()
120 ResultCode DoCall(CrossCallParams* params, CrossCallReturn* answer);
H A Dcrosscall_client.h19 // 3) call the IPC interface IPCProvider::DoCall( )
325 ResultCode result = ipc_provider.DoCall(call_params, answer);
343 ResultCode result = ipc_provider.DoCall(call_params, answer);
362 ResultCode result = ipc_provider.DoCall(call_params, answer);
385 ResultCode result = ipc_provider.DoCall(call_params, answer);
410 ResultCode result = ipc_provider.DoCall(call_params, answer);
437 ResultCode result = ipc_provider.DoCall(call_params, answer);
467 ResultCode result = ipc_provider.DoCall(call_params, answer);
H A Dsharedmem_ipc_client.cc27 // If we need to cancel an IPC before issuing DoCall
52 ResultCode SharedMemIPCClient::DoCall(CrossCallParams* params, function in class:sandbox::SharedMemIPCClient
H A Dipc_unittest.cc446 ResultCode result = client.DoCall(params1, &answer);
469 result = client.DoCall(params2, &answer);
545 ResultCode result = client.DoCall(params1, &answer);

Completed in 262 milliseconds