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 279 // Specifies whether to perform icache flush operations on RelocInfo updates.
297 class RelocInfo {
356 CODE_AGE_SEQUENCE, // Not stored in RelocInfo array, used explictly by
369 RelocInfo() {}
371 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
374 RelocInfo(byte* pc, double data64)
438 // Returns true if the first RelocInfo has the same mode and raw data as the
440 static inline bool IsEqual(RelocInfo first, RelocInfo second) {
442 (first.rmode() == RelocInfo::NONE64
    [all...]

Completed in 181 milliseconds