Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp253 static UINT CheckOpcodes( const char ** opcodes, void *inpAddr, bool abortOnError, const FunctionIn… in CheckOpcodes() function
454 UINT opcodeIdx = CheckOpcodes( opcodes, inpAddr, /*abortOnError=*/true ); in InsertTrampoline()
568 return CheckOpcodes( opcodes, (void*)inpFunc, /*abortOnError=*/false, &functionInfo) != 0; in IsPrologueKnown()