Home
last modified time | relevance | path

Searched refs:code_size_ (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Doat_quick_method_header.h61 return code_size_ != 0 && vmap_table_offset_ != 0; in IsOptimized()
79 return code_size_; in GetCodeSize()
94 return code_start <= pc && pc <= (code_start + code_size_); in Contains()
133 uint32_t code_size_; variable
Doat_file-inl.h47 return reinterpret_cast<const uint8_t*>(&method_header->code_size_) - begin_; in GetQuickCodeSizeOffset()
104 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_; in GetQuickCodeSize()
Doat_quick_method_header.cc33 code_size_(code_size) {} in OatQuickMethodHeader()
Dart_method.cc462 << " " << (uintptr_t)(method_header->code_ + method_header->code_size_); in GetOatQuickMethodHeader()
Dstack.cc645 uint32_t code_size = OatQuickMethodHeader::FromEntryPoint(code)->code_size_; in AssertPcIsWithinQuickCode()
Dutils.cc1102 uintptr_t code_size = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_; in PcIsWithinQuickCode()
/art/runtime/jit/
Djit_code_cache.cc373 … << reinterpret_cast<const void*>(method_header->GetEntryPoint() + method_header->code_size_); in CommitCodeInternal()