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

  /external/chromium_org/v8/src/
assembler.h 566 return &rinfo_;
571 // *Read* reads from current byte(s) into rinfo_.
588 // If the given mode is wanted, set it in rinfo_ and return true.
591 return (mode_mask_ & (1 << mode)) ? (rinfo_.rmode_ = mode, true) : false;
597 RelocInfo rinfo_; member in class:v8::internal::RelocIterator
    [all...]
  /external/v8/src/
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 89 milliseconds