Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 209) sorted by relevance

123456789

/art/disassembler/
Ddisassembler_mips.cc544 int32_t offset = static_cast<int16_t>(instruction & 0xffff); in Dump() local
553 int32_t offset = (instruction & 0x1fffff) - ((instruction & 0x100000) << 1); in Dump() local
606 int32_t offset = static_cast<int16_t>(instruction) >> 7; in Dump() local
612 int32_t offset = static_cast<int16_t>(instruction & 0xffff); in Dump() local
622 int32_t offset = (instruction & 0x7ffff) - ((instruction & 0x40000) << 1); in Dump() local
630 int32_t offset = (instruction & 0x3ffff) - ((instruction & 0x20000) << 1); in Dump() local
639 int32_t offset = (instruction & 0x3ffffff) - ((instruction & 0x2000000) << 1); in Dump() local
648 int32_t offset = (instruction & 0x7ffff) - ((instruction & 0x40000) << 1); in Dump() local
823 uint32_t offset = (last_instr_ << 16) | (instruction & 0xFFFF); in Dump() local
/art/compiler/debug/dwarf/
Ddebug_frame_opcode_writer.h73 void ALWAYS_INLINE RelOffset(Reg reg, int offset) { in RelOffset()
83 void ALWAYS_INLINE RelOffsetForMany(Reg reg_base, int offset, in RelOffsetForMany()
117 void ALWAYS_INLINE Offset(Reg reg, int offset) { in Offset()
191 void ALWAYS_INLINE DefCFA(Reg reg, int offset) { in DefCFA()
216 void ALWAYS_INLINE DefCFAOffset(int offset) { in DefCFAOffset()
234 void ALWAYS_INLINE ValOffset(Reg reg, int offset) { in ValOffset()
296 void SetCurrentCFAOffset(int offset) { current_cfa_offset_ = offset; } in SetCurrentCFAOffset()
318 int FactorDataOffset(int offset) const { in FactorDataOffset()
323 int FactorCodeOffset(int offset) const { in FactorCodeOffset()
Dwriter.h131 void UpdateUint32(size_t offset, uint32_t value) { in UpdateUint32()
139 void UpdateUint64(size_t offset, uint64_t value) { in UpdateUint64()
151 void UpdateUleb128(size_t offset, uint32_t value) { in UpdateUleb128()
/art/runtime/
Dmemory_region.h62 ALWAYS_INLINE T Load(uintptr_t offset) const { in Load()
72 ALWAYS_INLINE void Store(uintptr_t offset, T value) const { in Store()
81 ALWAYS_INLINE T LoadUnaligned(uintptr_t offset) const { in LoadUnaligned()
96 ALWAYS_INLINE void StoreUnaligned(uintptr_t offset, T value) const { in StoreUnaligned()
108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo()
176 void CopyFromVector(size_t offset, Vector& vector) const { in CopyFromVector()
183 ALWAYS_INLINE MemoryRegion Subregion(uintptr_t offset, uintptr_t size_in) const { in Subregion()
197 ALWAYS_INLINE T* ComputeInternalPointer(size_t offset) const { in ComputeInternalPointer()
Doat.cc249 void OatHeader::SetInterpreterToInterpreterBridgeOffset(uint32_t offset) { in SetInterpreterToInterpreterBridgeOffset()
267 void OatHeader::SetInterpreterToCompiledCodeBridgeOffset(uint32_t offset) { in SetInterpreterToCompiledCodeBridgeOffset()
285 void OatHeader::SetJniDlsymLookupOffset(uint32_t offset) { in SetJniDlsymLookupOffset()
303 void OatHeader::SetQuickGenericJniTrampolineOffset(uint32_t offset) { in SetQuickGenericJniTrampolineOffset()
321 void OatHeader::SetQuickImtConflictTrampolineOffset(uint32_t offset) { in SetQuickImtConflictTrampolineOffset()
339 void OatHeader::SetQuickResolutionTrampolineOffset(uint32_t offset) { in SetQuickResolutionTrampolineOffset()
357 void OatHeader::SetQuickToInterpreterBridgeOffset(uint32_t offset) { in SetQuickToInterpreterBridgeOffset()
/art/compiler/trampolines/
Dtrampoline_compiler.cc60 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) { in CreateTrampoline()
101 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) { in CreateTrampoline()
140 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset32 offset) { in CreateTrampoline()
172 ArenaAllocator* allocator, EntryPointCallingConvention abi, ThreadOffset64 offset) { in CreateTrampoline()
204 ThreadOffset32 offset) { in CreateTrampoline()
225 ThreadOffset64 offset) { in CreateTrampoline()
245 ThreadOffset64 offset) { in CreateTrampoline64()
271 ThreadOffset32 offset) { in CreateTrampoline32()
/art/compiler/linker/x86/
Drelative_patcher_x86_base.cc25 uint32_t offset, in ReserveSpace()
31 uint32_t X86BaseRelativePatcher::ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
35 uint32_t X86BaseRelativePatcher::WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) { in WriteThunks()
/art/runtime/native/
Dsun_misc_Unsafe.cc39 static jboolean Unsafe_compareAndSwapInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapInt()
50 static jboolean Unsafe_compareAndSwapLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapLong()
61 static jboolean Unsafe_compareAndSwapObject(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapObject()
87 static jint Unsafe_getInt(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getInt()
93 static jint Unsafe_getIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getIntVolatile()
99 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt()
106 static void Unsafe_putIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putIntVolatile()
114 static void Unsafe_putOrderedInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedInt()
124 static jlong Unsafe_getLong(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLong()
130 static jlong Unsafe_getLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLongVolatile()
[all …]
Dlibcore_util_CharsetUtils.cc113 static void CharsetUtils_asciiBytesToChars(JNIEnv* env, jclass, jbyteArray javaBytes, jint offset, in CharsetUtils_asciiBytesToChars()
134 jint offset, jint length, jcharArray javaChars) { in CharsetUtils_isoLatin1BytesToChars()
156 static jbyteArray charsToBytes(JNIEnv* env, jstring java_string, jint offset, jint length, in charsToBytes()
183 static jbyteArray CharsetUtils_toAsciiBytes(JNIEnv* env, jclass, jstring java_string, jint offset, in CharsetUtils_toAsciiBytes()
189 jint offset, jint length) { in CharsetUtils_toIsoLatin1Bytes()
193 static jbyteArray CharsetUtils_toUtf8Bytes(JNIEnv* env, jclass, jstring java_string, jint offset, in CharsetUtils_toUtf8Bytes()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc85 #define BRANCH_INSTRUMENTATION(offset) \ argument
119 #define HANDLE_BACKWARD_BRANCH(offset) \ argument
761 int8_t offset = inst->VRegA_10t(inst_data); in ExecuteSwitchImplCpp() local
770 int16_t offset = inst->VRegA_20t(); in ExecuteSwitchImplCpp() local
779 int32_t offset = inst->VRegA_30t(); in ExecuteSwitchImplCpp() local
787 int32_t offset = DoPackedSwitch(inst, shadow_frame, inst_data); in ExecuteSwitchImplCpp() local
795 int32_t offset = DoSparseSwitch(inst, shadow_frame, inst_data); in ExecuteSwitchImplCpp() local
893 int16_t offset = inst->VRegC_22t(); in ExecuteSwitchImplCpp() local
907 int16_t offset = inst->VRegC_22t(); in ExecuteSwitchImplCpp() local
921 int16_t offset = inst->VRegC_22t(); in ExecuteSwitchImplCpp() local
[all …]
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h62 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset()
67 uint32_t ReserveSpace(uint32_t offset, in ReserveSpace()
77 uint32_t ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
85 uint32_t WriteThunks(OutputStream* out, uint32_t offset) { in WriteThunks()
/art/test/004-checker-UnsafeTest18/src/
DMain.java53 private static int set32(Object o, long offset, int newValue) { in set32()
60 private static long set64(Object o, long offset, long newValue) { in set64()
67 private static Object setObj(Object o, long offset, Object newValue) { in setObj()
78 private static int add32(Object o, long offset, int delta) { in add32()
85 private static long add64(Object o, long offset, long delta) { in add64()
/art/runtime/gc/accounting/
Dspace_bitmap.h65 static constexpr size_t OffsetToIndex(size_t offset) { in OffsetToIndex()
79 ALWAYS_INLINE static constexpr uintptr_t OffsetBitIndex(uintptr_t offset) { in OffsetBitIndex()
85 static constexpr uintptr_t OffsetToMask(uintptr_t offset) { in OffsetToMask()
120 const uintptr_t offset = reinterpret_cast<uintptr_t>(obj) - heap_begin_; in HasAddress() local
Dspace_bitmap-inl.h37 const uintptr_t offset = addr - heap_begin_; in AtomicTestAndSet() local
61 const uintptr_t offset = addr - heap_begin_; in Test() local
190 const uintptr_t offset = addr - heap_begin_; in Modify() local
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc138 int32_t offset, in CanSplitLoadStoreOffset()
153 int32_t offset) { in AdjustLoadStoreOffset()
207 static bool CanHoldLoadOffsetThumb(LoadOperandType type, int offset) { in CanHoldLoadOffsetThumb()
227 static bool CanHoldStoreOffsetThumb(StoreOperandType type, int offset) { in CanHoldStoreOffsetThumb()
250 int32_t offset) { in StoreToOffset()
308 int32_t offset) { in LoadFromOffset()
361 int32_t offset) { in StoreSToOffset()
367 int32_t offset) { in StoreDToOffset()
373 int32_t offset) { in LoadSFromOffset()
379 int32_t offset) { in LoadDFromOffset()
/art/compiler/linker/mips64/
Drelative_patcher_mips64.cc27 uint32_t offset, in ReserveSpace()
33 uint32_t Mips64RelativePatcher::ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
37 uint32_t Mips64RelativePatcher::WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) { in WriteThunks()
/art/compiler/linker/mips/
Drelative_patcher_mips.cc27 uint32_t offset, in ReserveSpace()
33 uint32_t MipsRelativePatcher::ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
37 uint32_t MipsRelativePatcher::WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) { in WriteThunks()
/art/libdexfile/dex/
Dcompact_offset_table.cc39 const uint32_t offset = table_[index / kElementsPerIndex]; in GetOffset() local
82 for (const uint32_t offset : offsets) { in Build() local
114 const uint32_t offset = offsets[block_start + i]; in Build() local
Ddex_file_exception_helpers.cc25 int32_t offset = -1; in CatchHandlerIterator() local
57 void CatchHandlerIterator::Init(const CodeItemDataAccessor& accessor, int32_t offset) { in Init()
/art/libartbase/base/unix_file/
Dfd_file.cc224 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write()
251 static ssize_t ReadIgnoreOffset(int fd, void *buf, size_t count, off_t offset) { in ReadIgnoreOffset()
257 static bool ReadFullyGeneric(int fd, void* buffer, size_t byte_count, size_t offset) { in ReadFullyGeneric()
277 bool FdFile::PreadFully(void* buffer, size_t byte_count, size_t offset) { in PreadFully()
282 bool FdFile::WriteFullyGeneric(const void* buffer, size_t byte_count, size_t offset) { in WriteFullyGeneric()
301 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully()
309 bool FdFile::Copy(FdFile* input_file, int64_t offset, int64_t size) { in Copy()
462 size_t offset = 0; in Compare() local
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc85 uint32_t ReserveOffset(size_t offset) { in ReserveOffset()
162 uint32_t ArmBaseRelativePatcher::ReserveSpace(uint32_t offset, in ReserveSpace()
168 uint32_t ArmBaseRelativePatcher::ReserveSpaceEnd(uint32_t offset) { in ReserveSpaceEnd()
187 uint32_t ArmBaseRelativePatcher::WriteThunks(OutputStream* out, uint32_t offset) { in WriteThunks()
284 uint32_t ArmBaseRelativePatcher::ReserveSpaceInternal(uint32_t offset, in ReserveSpaceInternal()
365 uint32_t offset = data.LastWrittenOffset(); in GetThunkTargetOffset() local
372 uint32_t offset = data.GetPendingOffset(); in GetThunkTargetOffset() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffsetTracker.java117 public RawDexObject getItemByOffset(int offset) { in getItemByOffset()
141 Offset offset = new Offset(false); in getNewOffset() local
152 Offset offset = new Offset(true); in getNewHeaderOffset() local
204 public void tryToWriteOffset(Offset offset, DexRandomAccessFile file, boolean useUleb128) in tryToWriteOffset()
291 private void updateHeaderOffsetIfValid(Offset offset, Offsettable previousFirst, in updateHeaderOffsetIfValid()
/art/compiler/linker/
Drelative_patcher.cc51 uint32_t ReserveSpace(uint32_t offset, in Create()
57 uint32_t ReserveSpaceEnd(uint32_t offset) OVERRIDE { in Create()
61 uint32_t WriteThunks(OutputStream* out ATTRIBUTE_UNUSED, uint32_t offset) OVERRIDE { in Create()
/art/runtime/mirror/
Dstring-inl.h72 SetStringCountAndBytesVisitor(int32_t count, Handle<ByteArray> src_array, int32_t offset, in SetStringCountAndBytesVisitor()
109 int32_t offset) : in SetStringCountAndValueVisitorFromCharArray()
140 int32_t offset) : in SetStringCountAndValueVisitorFromString()
260 Handle<ByteArray> array, int32_t offset, in AllocFromByteArray()
274 Handle<CharArray> array, int32_t offset, in AllocFromCharArray()
288 int32_t offset, gc::AllocatorType allocator_type) { in AllocFromString()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatArrayInstance.java269 String asString(int offset, int count, int maxChars) { in asString()
293 String asAsciiString(int offset, int count, int maxChars) { in asAsciiString()
317 String asMaybeCompressedString(int offset, int count, int maxChars) { in asMaybeCompressedString()

123456789