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 316 uint32_t orig_offset,
322 orig_offset);
330 orig_offset,
341 orig_offset,
357 uint32_t orig_offset,
363 orig_offset);
371 orig_offset,
382 orig_offset,
398 uint32_t orig_offset,
404 orig_offset);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 527 OffsetTo<FeatureParams> orig_offset = featureParams; local
531 if (likely (orig_offset.is_null ()))
538 unsigned int new_offset_int = (unsigned int) orig_offset -
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 504 off64_t orig_offset = offset; local
509 } else if (offset <= orig_offset) {
512 ALOGE("did not advance: %lld->%lld", (long long)orig_offset, (long long)offset);
    [all...]
  /art/compiler/optimizing/
code_generator_arm_vixl.cc 281 size_t orig_offset = stack_offset; local
296 arm_codegen->GetAssembler()->StoreRegisterList(core_spills, orig_offset);
299 orig_offset = stack_offset;
306 stack_offset = orig_offset;
319 size_t orig_offset = stack_offset; local
330 arm_codegen->GetAssembler()->LoadRegisterList(core_spills, orig_offset);
    [all...]

Completed in 221 milliseconds