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