Revision f230a1cf deps/v8/src/mips/assembler-mips-inl.h

View differences:

deps/v8/src/mips/assembler-mips-inl.h
261 261

  
262 262
static const int kNoCodeAgeSequenceLength = 7;
263 263

  
264

  
265
Handle<Object> RelocInfo::code_age_stub_handle(Assembler* origin) {
266
  UNREACHABLE();  // This should never be reached on Arm.
267
  return Handle<Object>();
268
}
269

  
270

  
264 271
Code* RelocInfo::code_age_stub() {
265 272
  ASSERT(rmode_ == RelocInfo::CODE_AGE_SEQUENCE);
266 273
  return Code::GetCodeFromTargetAddress(

Also available in: Unified diff