Home
last modified time | relevance | path

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

12345

/art/runtime/native/
Dsun_misc_Unsafe.cc26 static jboolean Unsafe_compareAndSwapInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapInt()
36 static jboolean Unsafe_compareAndSwapLong(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapLong()
46 static jboolean Unsafe_compareAndSwapObject(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_compareAndSwapObject()
58 static jint Unsafe_getInt(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getInt()
64 static jint Unsafe_getIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getIntVolatile()
70 static void Unsafe_putInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, jint newValue) { in Unsafe_putInt()
77 static void Unsafe_putIntVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putIntVolatile()
85 static void Unsafe_putOrderedInt(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putOrderedInt()
94 static jlong Unsafe_getLong(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLong()
100 static jlong Unsafe_getLongVolatile(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLongVolatile()
[all …]
/art/compiler/trampolines/
Dtrampoline_compiler.cc32 ThreadOffset<4> offset) { in CreateTrampoline()
60 ThreadOffset<8> offset) { in CreateTrampoline()
97 ThreadOffset<4> offset) { in CreateTrampoline()
126 static const std::vector<uint8_t>* CreateTrampoline(ThreadOffset<4> offset) { in CreateTrampoline()
143 static const std::vector<uint8_t>* CreateTrampoline(ThreadOffset<8> offset) { in CreateTrampoline()
161 ThreadOffset<8> offset) { in CreateTrampoline64()
174 ThreadOffset<4> offset) { in CreateTrampoline32()
/art/runtime/
Dmemory_region.h47 template<typename T> T Load(uintptr_t offset) const { in Load()
51 template<typename T> void Store(uintptr_t offset, T value) const { in Store()
55 template<typename T> T* PointerTo(uintptr_t offset) const { in PointerTo()
80 MemoryRegion Subregion(uintptr_t offset, uintptr_t size) const { in Subregion()
93 template<typename T> T* ComputeInternalPointer(size_t offset) const { in ComputeInternalPointer()
Doat.cc185 void OatHeader::SetInterpreterToInterpreterBridgeOffset(uint32_t offset) { in SetInterpreterToInterpreterBridgeOffset()
204 void OatHeader::SetInterpreterToCompiledCodeBridgeOffset(uint32_t offset) { in SetInterpreterToCompiledCodeBridgeOffset()
223 void OatHeader::SetJniDlsymLookupOffset(uint32_t offset) { in SetJniDlsymLookupOffset()
242 void OatHeader::SetPortableImtConflictTrampolineOffset(uint32_t offset) { in SetPortableImtConflictTrampolineOffset()
261 void OatHeader::SetPortableResolutionTrampolineOffset(uint32_t offset) { in SetPortableResolutionTrampolineOffset()
280 void OatHeader::SetPortableToInterpreterBridgeOffset(uint32_t offset) { in SetPortableToInterpreterBridgeOffset()
299 void OatHeader::SetQuickGenericJniTrampolineOffset(uint32_t offset) { in SetQuickGenericJniTrampolineOffset()
318 void OatHeader::SetQuickImtConflictTrampolineOffset(uint32_t offset) { in SetQuickImtConflictTrampolineOffset()
337 void OatHeader::SetQuickResolutionTrampolineOffset(uint32_t offset) { in SetQuickResolutionTrampolineOffset()
356 void OatHeader::SetQuickToInterpreterBridgeOffset(uint32_t offset) { in SetQuickToInterpreterBridgeOffset()
Doat_file-inl.h86 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].gc_map_offset_; in GetGcMap() local
137 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].mapping_table_offset_; in GetMappingTable() local
149 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].vmap_table_offset_; in GetVmapTable() local
Dmemory_region.cc27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom()
Dstack_map.h160 void SetDexRegisterMapOffset(uint32_t offset) { in SetDexRegisterMapOffset()
168 void SetInlineDescriptorOffset(uint32_t offset) { in SetInlineDescriptorOffset()
255 uint32_t offset = stack_map.GetDexRegisterMapOffset(); in GetDexRegisterMapOf() local
261 uint32_t offset = stack_map.GetInlineDescriptorOffset(); in GetInlineInfoOf() local
Dread_barrier-inl.h28 mirror::Object* obj, MemberOffset offset, mirror::HeapReference<MirrorType>* ref_addr) { in Barrier()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc550 int8_t offset = inst->VRegA_10t(inst_data); in ExecuteSwitchImpl() local
561 int16_t offset = inst->VRegA_20t(); in ExecuteSwitchImpl() local
572 int32_t offset = inst->VRegA_30t(); in ExecuteSwitchImpl() local
583 int32_t offset = DoPackedSwitch(inst, shadow_frame, inst_data); in ExecuteSwitchImpl() local
594 int32_t offset = DoSparseSwitch(inst, shadow_frame, inst_data); in ExecuteSwitchImpl() local
687 int16_t offset = inst->VRegC_22t(); in ExecuteSwitchImpl() local
702 int16_t offset = inst->VRegC_22t(); in ExecuteSwitchImpl() local
717 int16_t offset = inst->VRegC_22t(); in ExecuteSwitchImpl() local
732 int16_t offset = inst->VRegC_22t(); in ExecuteSwitchImpl() local
747 int16_t offset = inst->VRegC_22t(); in ExecuteSwitchImpl() local
[all …]
Dinterpreter_goto_table_impl.cc636 int8_t offset = inst->VRegA_10t(inst_data); in ExecuteGotoImpl() local
648 int16_t offset = inst->VRegA_20t(); in ExecuteGotoImpl() local
660 int32_t offset = inst->VRegA_30t(); in ExecuteGotoImpl() local
672 int32_t offset = DoPackedSwitch(inst, shadow_frame, inst_data); in ExecuteGotoImpl() local
684 int32_t offset = DoSparseSwitch(inst, shadow_frame, inst_data); in ExecuteGotoImpl() local
777 int16_t offset = inst->VRegC_22t(); in ExecuteGotoImpl() local
793 int16_t offset = inst->VRegC_22t(); in ExecuteGotoImpl() local
809 int16_t offset = inst->VRegC_22t(); in ExecuteGotoImpl() local
825 int16_t offset = inst->VRegC_22t(); in ExecuteGotoImpl() local
841 int16_t offset = inst->VRegC_22t(); in ExecuteGotoImpl() local
[all …]
/art/runtime/gc/accounting/
Dspace_bitmap.h61 static constexpr size_t OffsetToIndex(size_t offset) { in OffsetToIndex()
71 static constexpr uword OffsetToMask(uintptr_t offset) { in OffsetToMask()
96 const uintptr_t offset = reinterpret_cast<uintptr_t>(obj) - heap_begin_; in HasAddress() local
187 const uintptr_t offset = addr - heap_begin_; in GetObjectWordAddress() local
Dspace_bitmap-inl.h36 const uintptr_t offset = addr - heap_begin_; in AtomicTestAndSet() local
60 const uintptr_t offset = addr - heap_begin_; in Test() local
162 const uintptr_t offset = addr - heap_begin_; in Modify() local
Dcard_table.cc76 size_t offset = 0; in Create() local
89 CardTable::CardTable(MemMap* mem_map, byte* biased_begin, size_t offset) in CardTable()
/art/compiler/llvm/
Dir_builder.h135 int64_t offset, in LoadFromObjectOffset()
142 int64_t offset, in StoreToObjectOffset()
150 int64_t offset, in LoadFromObjectOffset()
157 int64_t offset, in StoreToObjectOffset()
166 int64_t offset, in CompareExchangeObjectOffset()
220 ::llvm::Value* offset, in CreatePtrDisp()
232 ::llvm::Value* offset, in CreatePtrDisp()
241 int64_t offset, in LoadFromObjectOffset()
253 int64_t offset, in StoreToObjectOffset()
267 int64_t offset, in CompareExchangeObjectOffset()
Druntime_support_builder_x86.cc54 Value* RuntimeSupportBuilderX86::EmitLoadFromThreadOffset(int64_t offset, Type* type, in EmitLoadFromThreadOffset()
66 void RuntimeSupportBuilderX86::EmitStoreToThreadOffset(int64_t offset, Value* value, in EmitStoreToThreadOffset()
Druntime_support_builder_arm.cc71 Value* RuntimeSupportBuilderARM::EmitLoadFromThreadOffset(int64_t offset, ::llvm::Type* type, in EmitLoadFromThreadOffset()
85 void RuntimeSupportBuilderARM::EmitStoreToThreadOffset(int64_t offset, Value* value, in EmitStoreToThreadOffset()
/art/compiler/
Doat_writer.cc97 size_t offset; in OatWriter() local
146 uint32_t offset = oat_class->method_headers_[method_offsets_index].gc_map_offset_; in GetOffset() local
168 uint32_t offset = oat_class->method_headers_[method_offsets_index].mapping_table_offset_; in GetOffset() local
190 uint32_t offset = oat_class->method_headers_[method_offsets_index].vmap_table_offset_; in GetOffset() local
208 DexMethodVisitor(OatWriter* writer, size_t offset) in DexMethodVisitor()
252 OatDexMethodVisitor(OatWriter* writer, size_t offset) in OatDexMethodVisitor()
277 InitOatClassesMethodVisitor(OatWriter* writer, size_t offset) in InitOatClassesMethodVisitor()
332 InitCodeMethodVisitor(OatWriter* writer, size_t offset) in InitCodeMethodVisitor()
495 InitMapMethodVisitor(OatWriter* writer, size_t offset) in InitMapMethodVisitor()
535 InitImageMethodVisitor(OatWriter* writer, size_t offset) in InitImageMethodVisitor()
[all …]
Dvector_output_stream.cc26 off_t VectorOutputStream::Seek(off_t offset, Whence whence) { in Seek()
Dfile_output_stream.cc32 off_t FileOutputStream::Seek(off_t offset, Whence whence) { in Seek()
/art/runtime/base/unix_file/
Drandom_access_file_utils.cc27 int64_t offset = 0; in CopyFile() local
/art/disassembler/
Ddisassembler.cc51 size_t offset = begin - disassembler_options_->base_address_; in FormatInstructionPointer() local
/art/compiler/utils/arm/
Dassembler_arm.cc221 int32_t offset = offset_; in encodingThumb() local
291 uint32_t offset = encoding & offset_mask; in encoding3() local
300 uint32_t offset = encoding & offset_mask; in vencoding() local
312 bool Address::CanHoldLoadOffsetArm(LoadOperandType type, int offset) { in CanHoldLoadOffsetArm()
332 bool Address::CanHoldStoreOffsetArm(StoreOperandType type, int offset) { in CanHoldStoreOffsetArm()
349 bool Address::CanHoldLoadOffsetThumb(LoadOperandType type, int offset) { in CanHoldLoadOffsetThumb()
369 bool Address::CanHoldStoreOffsetThumb(StoreOperandType type, int offset) { in CanHoldStoreOffsetThumb()
774 void ArmAssembler::Call(ManagedRegister mbase, Offset offset, in Call()
786 void ArmAssembler::Call(FrameOffset base, Offset offset, in Call()
807 void ArmAssembler::GetCurrentThread(FrameOffset offset, in GetCurrentThread()
/art/compiler/utils/arm64/
Dassembler_arm64.cc56 void Arm64Assembler::GetCurrentThread(FrameOffset offset, ManagedRegister /* scratch */) { in GetCurrentThread()
93 Register base, int32_t offset) { in StoreWToOffset()
109 void Arm64Assembler::StoreToOffset(Register source, Register base, int32_t offset) { in StoreToOffset()
114 void Arm64Assembler::StoreSToOffset(SRegister source, Register base, int32_t offset) { in StoreSToOffset()
118 void Arm64Assembler::StoreDToOffset(DRegister source, Register base, int32_t offset) { in StoreDToOffset()
216 Register base, int32_t offset) { in LoadWFromOffset()
241 int32_t offset) { in LoadFromOffset()
247 int32_t offset) { in LoadSFromOffset()
252 int32_t offset) { in LoadDFromOffset()
257 int32_t offset, size_t size) { in Load()
[all …]
/art/compiler/optimizing/
Dcode_generator_arm.cc68 int32_t offset = QUICK_ENTRYPOINT_OFFSET(kArmWordSize, pThrowNullPointer).Int32Value(); in EmitNativeCode() local
106 int32_t offset = QUICK_ENTRYPOINT_OFFSET(kArmWordSize, pThrowArrayBounds).Int32Value(); in EmitNativeCode() local
1002 int32_t offset = QUICK_ENTRYPOINT_OFFSET(kArmWordSize, pAllocObjectWithAccessCheck).Int32Value(); in VisitNewInstance() local
1111 uint32_t offset = instruction->GetFieldOffset().Uint32Value(); in VisitInstanceFieldSet() local
1166 uint32_t offset = instruction->GetFieldOffset().Uint32Value(); in VisitInstanceFieldGet() local
1257 size_t offset = (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_1) + data_offset; in VisitArrayGet() local
1270 size_t offset = (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_1) + data_offset; in VisitArrayGet() local
1283 size_t offset = (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_2) + data_offset; in VisitArrayGet() local
1296 size_t offset = (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_2) + data_offset; in VisitArrayGet() local
1311 size_t offset = (index.GetConstant()->AsIntConstant()->GetValue() << TIMES_4) + data_offset; in VisitArrayGet() local
[all …]
/art/test/021-string2/src/
DMain.java27 String offset = new String("xxx0123456789yyy"); in main() local

12345