HomeSort by relevance Sort by last modified time
    Searched refs:SetOffset (Results 1 - 25 of 40) sorted by null

1 2

  /art/runtime/
art_field.cc 33 void ArtField::SetOffset(MemberOffset num_bytes) {
art_field.h 101 void SetOffset(MemberOffset num_bytes) REQUIRES_SHARED(Locks::mutator_lock_);
  /system/update_engine/common/
file_fetcher.h 47 void SetOffset(off_t offset) override { offset_ = offset; }
mock_http_fetcher.h 66 void SetOffset(off_t offset) override {
http_fetcher.h 83 virtual void SetOffset(off_t offset) = 0;
multi_range_http_fetcher.h 70 void SetOffset(off_t offset) override {} // for now, doesn't support this
multi_range_http_fetcher.cc 77 base_fetcher_->SetOffset(range.offset());
  /art/dexlayout/
dex_ir.h 113 void SetOffset(uint32_t new_offset) { offset_ = new_offset; }
126 object->SetOffset(offset);
150 object->SetOffset(offset);
278 void SetStringIdsOffset(uint32_t new_offset) { string_ids_.SetOffset(new_offset); }
279 void SetTypeIdsOffset(uint32_t new_offset) { type_ids_.SetOffset(new_offset); }
280 void SetProtoIdsOffset(uint32_t new_offset) { proto_ids_.SetOffset(new_offset); }
281 void SetFieldIdsOffset(uint32_t new_offset) { field_ids_.SetOffset(new_offset); }
282 void SetMethodIdsOffset(uint32_t new_offset) { method_ids_.SetOffset(new_offset); }
283 void SetClassDefsOffset(uint32_t new_offset) { class_defs_.SetOffset(new_offset); }
284 void SetCallSiteIdsOffset(uint32_t new_offset) { call_site_ids_.SetOffset(new_offset);
    [all...]
dexlayout.cc     [all...]
  /art/runtime/mirror/
field-inl.h 77 ret->SetOffset<kTransactionActive>(field->GetOffset().Int32Value());
field.h 129 void SetOffset(uint32_t offset) REQUIRES_SHARED(Locks::mutator_lock_) {
  /art/compiler/linker/
multi_oat_relative_patcher.h 63 void SetOffset(MethodReference method_ref, uint32_t offset) {
multi_oat_relative_patcher_test.cc 144 patcher_.SetOffset(ref1, off1);
154 patcher_.SetOffset(ref2, off2);
  /system/update_engine/
libcurl_http_fetcher.h 48 void SetOffset(off_t offset) override { bytes_downloaded_ = offset; }
  /build/soong/third_party/zip/
writer.go 37 // SetOffset sets the offset of the beginning of the zip data within the
41 func (w *Writer) SetOffset(n int64) {
43 panic("zip: SetOffset called after data was written")
writer_test.go 105 w.SetOffset(int64(n))
  /prebuilts/go/darwin-x86/src/archive/zip/
writer.go 41 // SetOffset sets the offset of the beginning of the zip data within the
45 func (w *Writer) SetOffset(n int64) {
47 panic("zip: SetOffset called after data was written")
writer_test.go 105 w.SetOffset(int64(n))
  /prebuilts/go/linux-x86/src/archive/zip/
writer.go 41 // SetOffset sets the offset of the beginning of the zip data within the
45 func (w *Writer) SetOffset(n int64) {
47 panic("zip: SetOffset called after data was written")
writer_test.go 105 w.SetOffset(int64(n))
  /system/update_engine/payload_consumer/
download_action_unittest.cc 125 http_fetcher->SetOffset(1);
513 http_fetcher_->SetOffset(start_at_offset_);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPcdObject.py 291 def SetOffset(self, Offset):
581 PcdItemObj.SetOffset(PcdItem[2])
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 895 virtual void SetOffset(long long offset) { }
    [all...]
  /external/v8/src/runtime/
runtime-internal.cc 144 stack_elements->SetOffset(0, Smi::FromInt(-1 - byte_offset));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1effectauthor.h 371 STDMETHOD_(void, SetOffset)(D2D1_POINT_2L offset) PURE;

Completed in 922 milliseconds

1 2