HomeSort by relevance Sort by last modified time
    Searched refs:orig_offset (Results 1 - 6 of 6) 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...]
  /art/compiler/optimizing/
code_generator_arm.cc 167 size_t orig_offset = stack_offset; local
184 __ StoreList(RegList(core_spills), orig_offset); local
186 stack_offset = orig_offset;
194 orig_offset = stack_offset;
201 stack_offset = orig_offset;
214 size_t orig_offset = stack_offset; local
226 __ LoadList(RegList(core_spills), orig_offset); local
228 stack_offset = orig_offset;
    [all...]
code_generator_arm_vixl.cc 210 size_t orig_offset = stack_offset; local
225 arm_codegen->GetAssembler()->StoreRegisterList(core_spills, orig_offset);
228 orig_offset = stack_offset;
235 stack_offset = orig_offset;
248 size_t orig_offset = stack_offset; local
259 arm_codegen->GetAssembler()->LoadRegisterList(core_spills, orig_offset);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 532 off64_t orig_offset = offset; local
537 } else if (offset <= orig_offset) {
540 ALOGE("did not advance: %lld->%lld", (long long)orig_offset, (long long)offset);
    [all...]

Completed in 286 milliseconds