Home | History | Annotate | Download | only in src

Lines Matching refs:instruction_size

5140     if (offset < instruction_size()) {
6356 INT_ACCESSORS(Code, instruction_size, kInstructionSizeOffset)
6416 return instruction_start() + instruction_size();
6421 return RoundUp(instruction_size(), kObjectAlignment);
6454 return instruction_size() + Code::kHeaderSize;