Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method-inl.h211 inline uint32_t ArtMethod::GetPortableOatCodeOffset() { in GetPortableOatCodeOffset() function
Dart_method.h351 uint32_t GetPortableOatCodeOffset() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/
Dimage_writer.cc1184 const byte* portable_code = GetOatAddress(orig->GetPortableOatCodeOffset()); in FixupMethod()