Home
last modified time | relevance | path

Searched refs:offset (Results 151 – 175 of 289) sorted by relevance

12345678910>>...12

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc550 uint32_t GetOutputInsn(uint32_t offset) { in GetOutputInsn() argument
551 CHECK_LE(offset, output_.size()); in GetOutputInsn()
552 CHECK_GE(output_.size() - offset, 4u); in GetOutputInsn()
553 return (static_cast<uint32_t>(output_[offset]) << 0) | in GetOutputInsn()
554 (static_cast<uint32_t>(output_[offset + 1]) << 8) | in GetOutputInsn()
555 (static_cast<uint32_t>(output_[offset + 2]) << 16) | in GetOutputInsn()
556 (static_cast<uint32_t>(output_[offset + 3]) << 24); in GetOutputInsn()
559 void TestBakerField(uint32_t offset, uint32_t ref_reg);
1039 void Arm64RelativePatcherTest::TestBakerField(uint32_t offset, uint32_t ref_reg) { in TestBakerField() argument
1046 DCHECK_ALIGNED(offset, 4u); in TestBakerField()
[all …]
/art/test/1968-force-early-return/src/art/
DSuspendEvents.java48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent() argument
/art/test/1954-pop-frame-jit/src/art/
DSuspendEvents.java48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent() argument
/art/test/1969-force-early-return-void/src/art/
DSuspendEvents.java48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent() argument
/art/test/1955-pop-frame-jit-called/src/art/
DSuspendEvents.java48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent() argument
/art/test/jvmti-common/
DSuspendEvents.java48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent() argument
/art/libelffile/stream/
Dvector_output_stream.h48 off_t Seek(off_t offset, Whence whence) override;
/art/test/1953-pop-frame/src/art/
DSuspendEvents.java48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent() argument
/art/test/1956-pop-frame-jit-calling/src/art/
DSuspendEvents.java48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent() argument
/art/test/1971-multi-force-early-return/src/art/
DSuspendEvents.java48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent() argument
/art/test/1970-force-early-return-long/src/art/
DSuspendEvents.java48 int offset, Executable breakpointFunction, Thread thr); in setupSuspendPopFrameEvent() argument
/art/runtime/gc/collector/
Dconcurrent_copying.cc583 void operator()(ObjPtr<mirror::Object> obj, MemberOffset offset, bool /* is_static */) in operator ()() argument
586 CheckReference(obj->GetFieldObject<mirror::Object, kVerifyNone, kWithoutReadBarrier>(offset), in operator ()()
587 obj, offset); in operator ()()
617 MemberOffset offset) const in CheckReference()
628 << mirror::Object::PrettyTypeOf(holder) << " offset=" << offset.Uint32Value(); in CheckReference()
665 MemberOffset offset, in operator ()() argument
668 if (offset.Uint32Value() != mirror::Object::ClassOffset().Uint32Value()) { in operator ()()
670 offset), offset.Uint32Value()); in operator ()()
692 void CheckReference(mirror::Object* ref, int32_t offset = -1) const in CheckReference() argument
697 << ref->PrettyTypeOf() << "(" << ref << ") in newly allocated region at offset=" << offset; in CheckReference()
[all …]
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DMapList.java63 file.seek(mapItem.offset.getOriginalOffset()); in read()
165 long start = mapItem.offset.getOriginalOffset(); in read()
170 end = mapItems.get(mapItemIdx + 1).offset.getOriginalOffset(); in read()
/art/runtime/gc/accounting/
Dcard_table_test.cc65 size_t offset = RoundDown(addr - heap_begin_, CardTable::kCardSize); in PseudoRandomCard() local
66 return 1 + offset % 254; in PseudoRandomCard()
/art/libartbase/base/
Dmem_map.cc263 off_t offset) { in TryMemMapLow4GB() argument
264 void* actual = TargetMMap(ptr, page_aligned_byte_count, prot, flags, fd, offset); in TryMemMapLow4GB()
720 off_t offset, in RemapAtEnd() argument
755 offset)); in RemapAtEnd()
1042 off_t offset) { in MapInternalArtLow4GBAllocator() argument
1074 actual = TryMemMapLow4GB(reinterpret_cast<void*>(ptr), length, prot, flags, fd, offset); in MapInternalArtLow4GBAllocator()
1109 actual = TryMemMapLow4GB(reinterpret_cast<void*>(ptr), length, prot, flags, fd, offset); in MapInternalArtLow4GBAllocator()
1125 UNUSED(length, prot, flags, fd, offset); in MapInternalArtLow4GBAllocator()
1136 off_t offset, in MapInternal() argument
1169 actual = MapInternalArtLow4GBAllocator(length, prot_non_exec, flags, fd, offset); in MapInternal()
[all …]
/art/compiler/optimizing/
Dcode_generator_x86.h277 uint32_t offset,
293 uint32_t offset,
519 void AddMethodAddressOffset(HX86ComputeBaseMethodAddress* method_base, int32_t offset) { in AddMethodAddressOffset() argument
520 method_address_offset_.Put(method_base->GetId(), offset); in AddMethodAddressOffset()
561 uint32_t offset,
612 uint32_t offset,
622 uint32_t offset,
Dcode_generator.cc899 uintptr_t offset = reinterpret_cast<uintptr_t>(object) - begin; in GetBootImageOffsetImpl() local
900 return space->GetImageHeader().GetImageSection(section).Contains(offset); in GetBootImageOffsetImpl()
903 uintptr_t offset = reinterpret_cast<uintptr_t>(object) - begin; in GetBootImageOffsetImpl() local
904 return dchecked_integral_cast<uint32_t>(offset); in GetBootImageOffsetImpl()
1113 size_t offset = table.GetFirstValueIndex(); in CheckLoopEntriesCanBeUsedForOsr() local
1118 uint32_t target = dex_pc + table.GetEntryAt(i + offset); in CheckLoopEntriesCanBeUsedForOsr()
1422 uint32_t offset = slow_path->GetStackOffsetOfCoreRegister(id); in EmitVRegInfo() local
1423 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset); in EmitVRegInfo()
1425 stack_map_stream->AddDexRegisterEntry(Kind::kInStack, offset + kVRegSize); in EmitVRegInfo()
1443 uint32_t offset = slow_path->GetStackOffsetOfFpuRegister(id); in EmitVRegInfo() local
[all …]
/art/runtime/interpreter/mterp/x86/
Dobject.S88 movzwl 2(rPC), %eax # eax <- field byte offset
193 movzwl 2(rPC), %eax # eax <- field byte offset
/art/runtime/gc/
Dverification.h48 MemberOffset offset,
/art/runtime/
Dimage.h47 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { } in ImageSection() argument
63 bool Contains(uint64_t offset) const { in Contains() argument
64 return offset - offset_ < size_; in Contains()
Dquick_exception_handler.cc493 const int32_t offset = vreg_map[vreg].GetStackOffsetInBytes(); in HandleOptimizingDeoptimization() local
494 const uint8_t* addr = reinterpret_cast<const uint8_t*>(GetCurrentQuickFrame()) + offset; in HandleOptimizingDeoptimization()
496 uint32_t bit = (offset >> 2); in HandleOptimizingDeoptimization()
564 int32_t offset; in PrepareForLongJumpToInvokeStubOrInterpreterBridge() local
565 offset = GetThreadOffset<kRuntimePointerSize>(kQuickQuickToInterpreterBridge).Int32Value(); in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
567 reinterpret_cast<uint8_t*>(self_) + offset); in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc101 mirror::ByteArray* byte_array, int32_t high, int32_t offset, int32_t byte_count, \
108 self, byte_count, handle_array, offset, high, allocator_type).Ptr(); \
111 int32_t offset, int32_t char_count, mirror::CharArray* char_array, Thread* self) \
116 self, char_count, handle_array, offset, allocator_type).Ptr(); \
/art/runtime/interpreter/mterp/arm64/
Dmain.S316 .macro SAVE_TWO_REGS reg1, reg2, offset argument
317 stp \reg1, \reg2, [sp, #(\offset)]
318 .cfi_rel_offset \reg1, (\offset)
319 .cfi_rel_offset \reg2, (\offset) + 8
325 .macro RESTORE_TWO_REGS reg1, reg2, offset argument
326 ldp \reg1, \reg2, [sp, #(\offset)]
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc885 void ArmVIXLJNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset) { in Jump() argument
889 asm_.LoadFromOffset(kLoadWord, scratch, base, offset.Int32Value()); in Jump()
893 void ArmVIXLJNIMacroAssembler::Call(ManagedRegister mbase, Offset offset) { in Call() argument
895 asm_.LoadFromOffset(kLoadWord, lr, base, offset.Int32Value()); in Call()
900 void ArmVIXLJNIMacroAssembler::Call(FrameOffset base, Offset offset) { in Call() argument
903 asm_.LoadFromOffset(kLoadWord, lr, lr, offset.Int32Value()); in Call()
908 void ArmVIXLJNIMacroAssembler::CallFromThread(ThreadOffset32 offset ATTRIBUTE_UNUSED) { in CallFromThread()
999 int32_t offset, in Load() argument
1011 ___ Ldrb(dst, MemOperand(base, offset)); in Load()
1014 ___ Ldr(dst, MemOperand(base, offset)); in Load()
[all …]
/art/runtime/jit/
Djit.cc636 size_t offset = 0; in NotifyZygoteCompilationDone() local
649 memcpy(zygote_mapping_methods_.Begin() + offset, page_start, capacity); in NotifyZygoteCompilationDone()
650 offset += capacity; in NotifyZygoteCompilationDone()
695 offset = 0; in NotifyZygoteCompilationDone()
708 if (memcmp(child_mapping_methods.Begin() + offset, page_start, capacity) != 0) { in NotifyZygoteCompilationDone()
714 offset += capacity; in NotifyZygoteCompilationDone()
723 offset = 0; in NotifyZygoteCompilationDone()
736 if (mremap(child_mapping_methods.Begin() + offset, in NotifyZygoteCompilationDone()
745 offset += capacity; in NotifyZygoteCompilationDone()
1073 size_t offset = 0; in MapBootImageMethods() local
[all …]

12345678910>>...12