Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc_proxy/
H A Dfunction_replacement.cpp375 size_t bytesToMove = SIZE_OF_INDJUMP; in InsertTrampoline64()
395 __TBB_ASSERT_RELEASE( bytesToMove >= SIZE_OF_INDJUMP, "Incorrect bytecode pattern?" ); in InsertTrampoline64()
415 offset = location - srcAddr - SIZE_OF_INDJUMP; in InsertTrampoline64()
422 for( unsigned i=SIZE_OF_INDJUMP; i<bytesToMove; i++ ){ in InsertTrampoline64()
426 return SIZE_OF_INDJUMP; in InsertTrampoline64()
H A Dfunction_replacement.h62 const unsigned SIZE_OF_INDJUMP = 6; variable