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

  /art/runtime/
art_method-inl.h 155 inline uint32_t ArtMethod::GetCodeSize() {
157 return GetCodeSize(EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode()));
160 inline uint32_t ArtMethod::GetCodeSize(const void* code) {
art_method.h 310 uint32_t GetCodeSize() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
621 static uint32_t GetCodeSize(const void* code);
630 * return. Thus, we check <= code + GetCodeSize().
634 return code <= pc && pc <= code + GetCodeSize(
art_method.cc 324 * return. Thus, we check <= code + GetCodeSize().
332 << " size=" << GetCodeSize(

Completed in 1624 milliseconds