Searched refs:SIZE_OF_INDJUMP (Results 1 – 2 of 2) sorted by relevance
375 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()
62 const unsigned SIZE_OF_INDJUMP = 6; variable