Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DDexRandomAccessFile.java302 int extra = alignment - (int) (offset & mask); in alignForwards() local
303 seek(offset + extra); in alignForwards()
/art/build/
DAndroid.bp142 // that working around this warning would be extra-painful.
151 "-extra-arg=-UNDEBUG",
155 "-extra-arg=-Wno-missing-noreturn",
/art/runtime/
Dmemory_region.h190 ALWAYS_INLINE void Extend(const MemoryRegion& region, uintptr_t extra) { in Extend() argument
192 size_ = (region.size() + extra); in Extend()
Dclass_linker.cc215 std::string extra; in ThrowEarlierClassFailure() local
219 extra = mirror::Class::PrettyDescriptor(verify_error->AsClass()); in ThrowEarlierClassFailure()
221 extra = verify_error->AsThrowable()->Dump(); in ThrowEarlierClassFailure()
225 << ": " << extra; in ThrowEarlierClassFailure()
/art/tools/cpp-define-generator/
DAndroid.bp19 …t only, target-specific define generation is possibly but is trickier and would need extra tooling.
/art/tools/ahat/
DREADME.txt48 * That we don't show the 'extra' column in the DominatedList if we are
/art/compiler/optimizing/
Doptimizing_cfi_test_expected.inc218 // VIXL emits an extra 2 bytes here for a 32-bit beq as there is no
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1006 add sp, #16 @ strip the extra frame