Home
last modified time | relevance | path

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

/art/runtime/
Dart_field.cc37 void ArtField::SetOffset(MemberOffset num_bytes) { in SetOffset() function in art::ArtField
/art/runtime/mirror/
Dfield.h128 void SetOffset(uint32_t offset) SHARED_REQUIRES(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/compiler/optimizing/
Dcode_generator_x86_64.cc6653 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86_64::RIPFixup
Dcode_generator_x86.cc7227 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset() function in art::x86::RIPFixup