Lines Matching refs:new_pc
406 int32_t new_pc = pool_manager_.Emit(this, pc, kPaddingBytes); in BindHelper() local
407 USE(new_pc); in BindHelper()
408 VIXL_ASSERT(new_pc == GetCursorOffset()); in BindHelper()
447 int32_t new_pc = pool_manager_.Emit(this, variable
452 USE(new_pc);
453 VIXL_ASSERT(new_pc == GetCursorOffset());
468 int32_t new_pc = pool_manager_.Emit(this, pc, total_size); in Place() local
469 USE(new_pc); in Place()
470 VIXL_ASSERT(new_pc == GetCursorOffset()); in Place()
482 int32_t new_pc = variable
484 VIXL_ASSERT(new_pc == GetCursorOffset());
485 USE(new_pc);