HomeSort by relevance Sort by last modified time
    Searched refs:SetQuickOatCodeOffset (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
art_method-inl.h 217 inline void ArtMethod::SetQuickOatCodeOffset(uint32_t code_offset) {
art_method.h 355 void SetQuickOatCodeOffset(uint32_t code_offset) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
  /art/compiler/
oat_writer.cc 563 method->SetQuickOatCodeOffset(offsets.code_offset_);
    [all...]

Completed in 737 milliseconds