/art/runtime/native/ |
D | sun_misc_Unsafe.cc | 26 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/ |
D | trampoline_compiler.cc | 32 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/ |
D | memory_region.h | 47 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()
|
D | oat.cc | 185 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()
|
D | oat_file-inl.h | 86 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
|
D | memory_region.cc | 27 void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const { in CopyFrom()
|
D | stack_map.h | 160 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
|
D | read_barrier-inl.h | 28 mirror::Object* obj, MemberOffset offset, mirror::HeapReference<MirrorType>* ref_addr) { in Barrier()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 550 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 …]
|
D | interpreter_goto_table_impl.cc | 636 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/ |
D | space_bitmap.h | 61 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
|
D | space_bitmap-inl.h | 36 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
|
D | card_table.cc | 76 size_t offset = 0; in Create() local 89 CardTable::CardTable(MemMap* mem_map, byte* biased_begin, size_t offset) in CardTable()
|
/art/compiler/llvm/ |
D | ir_builder.h | 135 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()
|
D | runtime_support_builder_x86.cc | 54 Value* RuntimeSupportBuilderX86::EmitLoadFromThreadOffset(int64_t offset, Type* type, in EmitLoadFromThreadOffset() 66 void RuntimeSupportBuilderX86::EmitStoreToThreadOffset(int64_t offset, Value* value, in EmitStoreToThreadOffset()
|
D | runtime_support_builder_arm.cc | 71 Value* RuntimeSupportBuilderARM::EmitLoadFromThreadOffset(int64_t offset, ::llvm::Type* type, in EmitLoadFromThreadOffset() 85 void RuntimeSupportBuilderARM::EmitStoreToThreadOffset(int64_t offset, Value* value, in EmitStoreToThreadOffset()
|
/art/compiler/ |
D | oat_writer.cc | 97 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 …]
|
D | vector_output_stream.cc | 26 off_t VectorOutputStream::Seek(off_t offset, Whence whence) { in Seek()
|
D | file_output_stream.cc | 32 off_t FileOutputStream::Seek(off_t offset, Whence whence) { in Seek()
|
/art/runtime/base/unix_file/ |
D | random_access_file_utils.cc | 27 int64_t offset = 0; in CopyFile() local
|
/art/disassembler/ |
D | disassembler.cc | 51 size_t offset = begin - disassembler_options_->base_address_; in FormatInstructionPointer() local
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 221 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/ |
D | assembler_arm64.cc | 56 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/ |
D | code_generator_arm.cc | 68 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/ |
D | Main.java | 27 String offset = new String("xxx0123456789yyy"); in main() local
|