Home | History | Annotate | Download | only in processor

Lines Matching full:that

5 // modification, are permitted provided that the following conditions are
30 // basic_code_module.h: Carries information about code modules that are loaded
34 // instantiated directly, only based on other objects that implement
55 // the CodeModule interface without requiring all of the resources that
57 explicit BasicCodeModule(const CodeModule *that)
58 : base_address_(that->base_address()),
59 size_(that->size()),
60 code_file_(that->code_file()),
61 code_identifier_(that->code_identifier()),
62 debug_file_(that->debug_file()),
63 debug_identifier_(that->debug_identifier()),
64 version_(that->version()) {}
103 BasicCodeModule(const BasicCodeModule &that);
104 void operator=(const BasicCodeModule &that);