Lines Matching full:instruction_size
7744 if (code->instruction_size() != recompiled->instruction_size()) return false;
8015 CPU::FlushICache(instruction_start(), instruction_size());
8056 CPU::FlushICache(instruction_start(), instruction_size());
8125 set_stack_check_table_offset(RoundUp(instruction_size(), kIntSize));
8397 PrintF(out, "Instructions (size = %d)\n", instruction_size());
8436 if (static_cast<int>(offset) < instruction_size()) {