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

  /art/runtime/mirror/
art_method-inl.h 145 inline uint32_t ArtMethod::GetCodeSize() {
201 << " size=" << GetCodeSize();
art_method.h 331 uint32_t GetCodeSize() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
341 * return. Thus, we check <= code + GetCodeSize().
345 return code <= pc && pc <= code + GetCodeSize();

Completed in 310 milliseconds