HomeSort by relevance Sort by last modified time
    Searched refs:DefineRel32Label (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/courgette/
encoded_program_unittest.cc 20 EXPECT_TRUE(program->DefineRel32Label(5, 0)); // REL32 index 5 == base + 0
encoded_program.h 36 CheckBool DefineRel32Label(int index, RVA address) WARN_UNUSED_RESULT;
assembly_program.cc 399 &EncodedProgram::DefineRel32Label)) {
encoded_program.cc 149 CheckBool EncodedProgram::DefineRel32Label(int index, RVA value) {

Completed in 43 milliseconds