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

  /art/dexlayout/
dex_verify.h 55 uint32_t orig_offset,
59 uint32_t orig_offset,
63 uint32_t orig_offset,
76 uint32_t orig_offset,
80 uint32_t orig_offset,
84 uint32_t orig_offset,
93 uint32_t orig_offset,
97 uint32_t orig_offset,
105 uint32_t orig_offset,
109 uint32_t orig_offset,
    [all...]
dex_verify.cc 329 uint32_t orig_offset,
335 orig_offset);
343 orig_offset,
354 orig_offset,
370 uint32_t orig_offset,
376 orig_offset);
384 orig_offset,
395 orig_offset,
411 uint32_t orig_offset,
417 orig_offset);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common.hh 587 OffsetTo<FeatureParams> orig_offset = featureParams; local
591 if (likely (orig_offset.is_null ()))
598 unsigned int new_offset_int = (unsigned int) orig_offset -
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp 635 off64_t orig_offset = offset; local
640 } else if (offset <= orig_offset) {
643 ALOGE("did not advance: %lld->%lld", (long long)orig_offset, (long long)offset);
    [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 320 size_t orig_offset = stack_offset; local
335 arm_codegen->GetAssembler()->StoreRegisterList(core_spills, orig_offset);
338 orig_offset = stack_offset;
345 stack_offset = orig_offset;
358 size_t orig_offset = stack_offset; local
369 arm_codegen->GetAssembler()->LoadRegisterList(core_spills, orig_offset);
    [all...]

Completed in 283 milliseconds