Home
last modified time | relevance | path

Searched defs:SetOffset (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dart_field.cc33 void ArtField::SetOffset(MemberOffset num_bytes) { in SetOffset() function in art::ArtField
/art/runtime/mirror/
Dfield.h129 void SetOffset(uint32_t offset) REQUIRES_SHARED(Locks::mutator_lock_) { in SetOffset() function
/art/compiler/linker/
Dmulti_oat_relative_patcher.h63 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() function
/art/dexlayout/
Ddex_ir.h113 void SetOffset(uint32_t new_offset) { offset_ = new_offset; } in SetOffset() function
363 void SetOffset(uint32_t offset) { offset_ = offset; } in SetOffset() function
/art/compiler/optimizing/
Dcode_generator_x86_64.cc6984 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86_64::RIPFixup
Dcode_generator_x86.cc7625 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86::RIPFixup