Searched refs:opcodeString (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | function_replacement.cpp | 66 static void record(FunctionInfo functionInfo, const char * opcodeString, bool status) { in record() argument 69 __TBB_ASSERT(opcodeString, "Empty opcode"); in record() 86 status ? "Success" : "Fail", functionInfo.funcName, functionInfo.dllName, opcodeString); in record() 258 char opcodeString[2*MAX_PATTERN_SIZE+1]; in CheckOpcodes() local 276 sprintf( opcodeString + 2*i, "%.2X", *((unsigned char*)inpAddr+i) ); in CheckOpcodes() 278 opcodeString[2*i] = 0; in CheckOpcodes() 282 result = compareStrings( opcodes[idx],opcodeString ); in CheckOpcodes() 285 Log::record(*functionInfo, opcodeString, /*status*/ true); in CheckOpcodes() 291 Log::record(*functionInfo, opcodeString, /*status*/ false); in CheckOpcodes()
|