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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 30 struct RelocInfo;
47 inline void apply(uint32_t *binary, const RelocInfo *info) const;
50 struct RelocInfo
78 inline void *getRelocInfo() const { return relocInfo; }
93 RelocInfo *relocInfo;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 30 struct RelocInfo;
47 inline void apply(uint32_t *binary, const RelocInfo *info) const;
50 struct RelocInfo
78 inline void *getRelocInfo() const { return relocInfo; }
93 RelocInfo *relocInfo;
  /external/chromium_org/v8/src/
assembler.h 288 // Specifies whether to perform icache flush operations on RelocInfo updates.
306 class RelocInfo {
365 CODE_AGE_SEQUENCE, // Not stored in RelocInfo array, used explictly by
378 RelocInfo() {}
380 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
383 RelocInfo(byte* pc, double data64)
447 // Returns true if the first RelocInfo has the same mode and raw data as the
449 static inline bool IsEqual(RelocInfo first, RelocInfo second) {
451 (first.rmode() == RelocInfo::NONE64
    [all...]

Completed in 3463 milliseconds