Home
last modified time | relevance | path

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

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