Home
last modified time | relevance | path

Searched refs:SetOatNativeGcMapOffset (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dart_method.h351 void SetOatNativeGcMapOffset(uint32_t gc_map_offset) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dart_method-inl.h289 inline void ArtMethod::SetOatNativeGcMapOffset(uint32_t gc_map_offset) { in SetOatNativeGcMapOffset() function
/art/compiler/
Doat_writer.cc556 method->SetOatNativeGcMapOffset(offsets.gc_map_offset_); in VisitMethod()