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

  /external/libchrome/sandbox/win/src/
crosscall_client.h 22 // 3) call the IPC interface IPCProvider::DoCall( )
322 ResultCode result = ipc_provider.DoCall(call_params, answer);
343 ResultCode result = ipc_provider.DoCall(call_params, answer);
366 ResultCode result = ipc_provider.DoCall(call_params, answer);
396 ResultCode result = ipc_provider.DoCall(call_params, answer);
430 ResultCode result = ipc_provider.DoCall(call_params, answer);
468 ResultCode result = ipc_provider.DoCall(call_params, answer);
510 ResultCode result = ipc_provider.DoCall(call_params, answer);
  /art/runtime/interpreter/
interpreter_common.h 112 bool DoCall(ArtMethod* called_method, Thread* self, ShadowFrame& shadow_frame,
156 return DoCall<false, false>(called_method, self, shadow_frame, inst, inst_data, result);
199 return DoCall<is_range, do_access_check>(called_method, self, shadow_frame, inst, inst_data,
267 return DoCall<is_range, false>(called_method, self, shadow_frame, inst, inst_data, result);
unstarted_runtime_test.cc 406 interpreter::DoCall<false, false>(method, self, *shadow_frame, inst, inst_data[0], &result);
    [all...]
interpreter_common.cc     [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc     [all...]
  /external/v8/src/interpreter/
interpreter.cc     [all...]

Completed in 198 milliseconds