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

  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 60 def print_check(adjusted_offset=None, nop_split_offset=None):
61 if adjusted_offset is not None:
65 print('# CHECK: {0:x}: incl'.format(adjusted_offset))
  /art/compiler/
oat_writer.cc 825 size_t adjusted_offset = offset; local
836 adjusted_offset = offset + CompiledCode::CodeDelta(instruction_set); \
837 oat_header_->Set ## fn_name ## Offset(adjusted_offset); \
    [all...]

Completed in 45 milliseconds