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

  /external/chromium_org/v8/src/
assembler.cc 497 rinfo_.pc_ += *pos_ >> kTagBits;
502 rinfo_.pc_ += *--pos_;
512 rinfo_.data_ = last_id_;
521 rinfo_.data_ = x;
531 rinfo_.data_ = last_position_;
540 rinfo_.data_ = x;
556 rinfo_.pc_ += pc_jump << kSmallPCDeltaBits;
569 rinfo_.data_ = last_id_;
577 rinfo_.data_ = last_position_;
679 rinfo_.data_ = 0
    [all...]
assembler.h 688 return &rinfo_;
693 // *Read* reads from current byte(s) into rinfo_.
710 // If the given mode is wanted, set it in rinfo_ and return true.
713 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false;
719 RelocInfo rinfo_; member in class:v8::internal::RelocIterator
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc     [all...]
assembler-arm.h 681 : rinfo_(rinfo), section_(section), merged_index_(merged_index) {}
683 RelocInfo rinfo_; member in struct:v8::internal::BASE_EMBEDDED::ConstantPoolEntry
    [all...]

Completed in 61 milliseconds