Searched defs:RelocInfo (Results 1 - 8 of 8) 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/chromium_org/v8/src/
H A Dscopes.h170 int position = RelocInfo::kNoPosition) {
167 NewUnresolved(AstNodeFactory<Visitor>* factory, Handle<String> name, Interface* interface = Interface::NewValue(), int position = RelocInfo::kNoPosition) argument
H A Dassembler.h230 class RelocInfo BASE_EMBEDDED {
289 CODE_AGE_SEQUENCE, // Not stored in RelocInfo array, used explictly by
303 RelocInfo() {} function in class:v8::internal::BASE_EMBEDDED
305 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host) function in class:v8::internal::BASE_EMBEDDED
308 RelocInfo(byte* pc, double data64) function in class:v8::internal::BASE_EMBEDDED
498 // is returned by RelocInfo::target_reference_address().
520 void Write(const RelocInfo* rinfo);
529 // Max size (bytes) of a written RelocInfo. Longest encoding is
576 RelocInfo* rinfo() {
602 bool SetMode(RelocInfo
[all...]
H A Dast.h1228 : AstNode(RelocInfo::kNoPosition), targets_(0, zone) { }
2376 function_token_position_(RelocInfo::kNoPosition) {
3148 int pos = RelocInfo::kNoPosition) {
3156 int position = RelocInfo::kNoPosition) {
3147 NewVariableProxy(Variable* var, int pos = RelocInfo::kNoPosition) argument
3153 NewVariableProxy(Handle<String> name, bool is_this, Interface* interface = Interface::NewValue(), int position = RelocInfo::kNoPosition) argument
/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/v8/src/
H A Dscopes.h162 int position = RelocInfo::kNoPosition,
160 NewUnresolved(AstNodeFactory<Visitor>* factory, Handle<String> name, int position = RelocInfo::kNoPosition, Interface* interface = Interface::NewValue()) argument
H A Dassembler.h157 class RelocInfo BASE_EMBEDDED {
218 RelocInfo() {} function in class:v8::internal::BASE_EMBEDDED
220 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host) function in class:v8::internal::BASE_EMBEDDED
375 // is returned by RelocInfo::target_reference_address().
398 void Write(const RelocInfo* rinfo);
407 // Max size (bytes) of a written RelocInfo. Longest encoding is
453 RelocInfo* rinfo() {
478 bool SetMode(RelocInfo::Mode mode) {
484 RelocInfo rinfo_;
730 PositionState() : current_position(RelocInfo
[all...]
H A Dast.h252 Statement() : statement_pos_(RelocInfo::kNoPosition) {}
2112 function_token_position_(RelocInfo::kNoPosition) {
2840 int position = RelocInfo::kNoPosition,
2838 NewVariableProxy(Handle<String> name, bool is_this, int position = RelocInfo::kNoPosition, Interface* interface = Interface::NewValue()) argument

Completed in 529 milliseconds