Searched refs:statcode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DREMInternal.h274 void remR3ProfileStart(int statcode);
275 void remR3ProfileStop(int statcode);
/vbox/src/recompiler/
H A DVBoxRecompiler.c4367 void remR3ProfileStart(int statcode) argument
4370 switch(statcode)
4398 AssertMsgFailed(("unknown stat %d\n", statcode));
4405 void remR3ProfileStop(int statcode) argument
4408 switch(statcode)
4435 AssertMsgFailed(("unknown stat %d\n", statcode));

Completed in 3647 milliseconds