Searched refs:GetCodeSize (Results 1 - 7 of 7) sorted by relevance

/art/runtime/
H A Doat_quick_method_header.h65 return GetCodeSize() != 0 && vmap_table_offset_ != 0;
100 uint32_t GetCodeSize() const { function
144 return code_start <= pc && pc <= (code_start + GetCodeSize());
H A Doat_file-inl.h104 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize();
H A Dnative_stack_dump.cc281 uintptr_t code_size = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize();
H A Dart_method.cc684 << " " << (uintptr_t)(method_header->GetCode() + method_header->GetCodeSize());
H A Dstack.cc626 uint32_t code_size = OatQuickMethodHeader::FromEntryPoint(code)->GetCodeSize();
/art/runtime/jit/
H A Djit_code_cache.cc870 method_header->GetCodeSize());
/art/oatdump/
H A Doatdump.cc303 if (method_header == nullptr || method_header->GetCodeSize() == 0) {
325 info.code_size = method_header->GetCodeSize();

Completed in 136 milliseconds