Searched defs:RelocInfo (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h30 struct RelocInfo;
47 inline void apply(uint32_t *binary, const RelocInfo *info) const;
50 struct RelocInfo struct in namespace:nv50_ir
93 RelocInfo *relocInfo;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.h30 struct RelocInfo;
47 inline void apply(uint32_t *binary, const RelocInfo *info) const;
50 struct RelocInfo struct in namespace:nv50_ir
93 RelocInfo *relocInfo;
/external/chromium_org/v8/src/
H A Dscopes.h148 int position = RelocInfo::kNoPosition) {
145 NewUnresolved(AstNodeFactory<Visitor>* factory, const AstRawString* name, Interface* interface = Interface::NewValue(), int position = RelocInfo::kNoPosition) argument
H A Dassembler.h288 // Specifies whether to perform icache flush operations on RelocInfo updates.
306 class RelocInfo { class in namespace:v8::internal
365 CODE_AGE_SEQUENCE, // Not stored in RelocInfo array, used explictly by
378 RelocInfo() {} function in class:v8::internal::RelocInfo
380 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host) function in class:v8::internal::RelocInfo
383 RelocInfo(byte* pc, double data64) function in class:v8::internal::RelocInfo
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
[all...]
H A Dast.h1230 : AstNode(RelocInfo::kNoPosition), targets_(0, zone) { }
2466 function_token_position_(RelocInfo::kNoPosition) {
3370 int pos = RelocInfo::kNoPosition) {
3378 int position = RelocInfo::kNoPosition) {
3369 NewVariableProxy(Variable* var, int pos = RelocInfo::kNoPosition) argument
3375 NewVariableProxy(const AstRawString* name, bool is_this, Interface* interface = Interface::NewValue(), int position = RelocInfo::kNoPosition) argument

Completed in 896 milliseconds