Searched refs:GetCodeSize (Results 1 – 2 of 2) sorted by relevance
145 inline uint32_t ArtMethod::GetCodeSize() { in GetCodeSize() function201 << " size=" << GetCodeSize(); in AssertPcIsWithinQuickCode()
331 uint32_t GetCodeSize() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);345 return code <= pc && pc <= code + GetCodeSize(); in IsWithinQuickCode()