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

  /external/chromium_org/courgette/
encoded_program.h 21 // An EncodedProgram is a set of tables that contain a simple 'binary assembly
25 class EncodedProgram {
27 EncodedProgram();
28 ~EncodedProgram();
30 // Generating an EncodedProgram:
41 // NOTE: If any of these methods ever fail, the EncodedProgram instance
55 // Using an EncodedProgram to generate a byte stream:
57 // (4) Deserializes a fresh EncodedProgram from a set of streams.
121 DISALLOW_COPY_AND_ASSIGN(EncodedProgram);
encoded_program.cc 40 EncodedProgram::EncodedProgram() : image_base_(0) {}
41 EncodedProgram::~EncodedProgram() {}
149 CheckBool EncodedProgram::DefineRel32Label(int index, RVA value) {
153 CheckBool EncodedProgram::DefineAbs32Label(int index, RVA value) {
159 CheckBool EncodedProgram::DefineLabelCommon(RvaVector* rvas,
175 void EncodedProgram::EndLabels() {
180 void EncodedProgram::FinishLabelsCommon(RvaVector* rvas) {
195 CheckBool EncodedProgram::AddOrigin(RVA origin)
    [all...]

Completed in 49 milliseconds