Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
Dipc_message_utils.h37 #define IPC_MSG_NOINLINE __attribute__((noinline, noclone)); macro
39 #define IPC_MSG_NOINLINE __attribute__((noinline)); macro
43 #define IPC_MSG_NOINLINE macro
739 static void Write(Message* msg, const RefParam& p) IPC_MSG_NOINLINE;
740 static bool Read(const Message* msg, Param* p) IPC_MSG_NOINLINE;
812 static void Write(Message* msg, const RefSendParam& send) IPC_MSG_NOINLINE;
813 static bool ReadSendParam(const Message* msg, SendParam* p) IPC_MSG_NOINLINE;
816 typename TupleTypes<ReplyParam>::ValueTuple* p) IPC_MSG_NOINLINE;