Home | History | Annotate | Download | only in src

Lines Matching refs:instruction_size

13717   if (code->instruction_size() != recompiled->instruction_size()) return false;
14010 Assembler::FlushICache(GetIsolate(), instruction_start(), instruction_size());
14064 Assembler::FlushICache(GetIsolate(), instruction_start(), instruction_size());
14888 os << "Instructions (size = " << instruction_size() << ")\n";
14891 int size = instruction_size();
14958 if (static_cast<int>(offset) < instruction_size()) {