HomeSort by relevance Sort by last modified time
    Searched refs:rinfo_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
assembler.cc 395 rinfo_.pc_ += *pos_ >> kTagBits;
400 rinfo_.pc_ += *--pos_;
410 rinfo_.data_ = last_id_;
420 rinfo_.data_ = last_position_;
429 rinfo_.data_ = x;
445 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits;
458 rinfo_.data_ = last_id_;
466 rinfo_.data_ = last_position_;
560 rinfo_.host_ = code;
561 rinfo_.pc_ = code->instruction_start()
    [all...]
assembler.h 455 return &rinfo_;
460 // *Read* reads from current byte(s) into rinfo_.
476 // If the given mode is wanted, set it in rinfo_ and return true.
479 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false;
484 RelocInfo rinfo_; member in class:v8::internal::RelocIterator

Completed in 166 milliseconds