Searched refs:extra (Results 1 - 5 of 5) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DDexRandomAccessFile.java302 int extra = alignment - (int) (offset & mask);
303 seek(offset + extra);
/art/runtime/
H A Dmemory_region.h189 ALWAYS_INLINE void Extend(const MemoryRegion& region, uintptr_t extra) { argument
191 size_ = (region.size() + extra);
H A Dclass_linker.cc201 std::string extra; local
205 extra = mirror::Class::PrettyDescriptor(verify_error->AsClass());
207 extra = verify_error->AsThrowable()->Dump();
211 << ": " << extra;
2596 // Inlined DescriptorToDot(descriptor) with extra validation.
2969 // since we want to JIT it (at first use) with extra stackmaps for native
6442 // or interface methods in the IMT here they will not create extra conflicts since we compare
/art/compiler/optimizing/
H A Doptimizing_cfi_test_expected.inc222 // VIXL emits an extra 2 bytes here for a 32-bit beq as there is no
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S961 add sp, #16 @ strip the extra frame

Completed in 312 milliseconds