Home
last modified time | relevance | path

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

/art/runtime/
Dart_field.cc34 void ArtField::SetOffset(MemberOffset num_bytes) { in SetOffset() function in art::ArtField
/art/runtime/mirror/
Dfield.h134 void SetOffset(uint32_t offset) REQUIRES_SHARED(Locks::mutator_lock_) { in SetOffset() function
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h65 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() function
/art/compiler/optimizing/
Dcode_generator_x86_64.cc8377 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86_64::RIPFixup
Dcode_generator_x86.cc9055 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86::RIPFixup