Home
last modified time | relevance | path

Searched refs:GetCodeSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dart_method.h295 uint32_t GetCodeSize() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
309 return code <= pc && pc <= code + GetCodeSize(); in IsWithinQuickCode()
Dart_method-inl.h146 inline uint32_t ArtMethod::GetCodeSize() { in GetCodeSize() function
202 << " size=" << GetCodeSize(); in AssertPcIsWithinQuickCode()