HomeSort by relevance Sort by last modified time
    Searched defs:SetOffset (Results 1 - 13 of 13) sorted by null

  /art/runtime/
art_field.cc 33 void ArtField::SetOffset(MemberOffset num_bytes) {
  /art/compiler/linker/
multi_oat_relative_patcher.h 63 void SetOffset(MethodReference method_ref, uint32_t 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")
  /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")
  /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")
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfPcdObject.py 291 def SetOffset(self, Offset):
581 PcdItemObj.SetOffset(PcdItem[2])
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 901 def SetOffset(self, Offset):
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 895 virtual void SetOffset(long long offset) { }
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h 250 void SetOffset(ptrdiff_t offset) {
256 VIXL_DEPRECATED("SetOffset", void set_offset(ptrdiff_t offset)) {
257 SetOffset(offset);
    [all...]
  /external/dng_sdk/source/
dng_negative.h 143 void SetOffset (real64 offset)
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
  /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...]

Completed in 639 milliseconds