Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h46 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_; in GetQuickCodeSize()
54 return reinterpret_cast<const uint8_t*>(&method_header->code_size_) - begin_; in GetQuickCodeSizeOffset()
Doat.h194 uint32_t code_size_; variable
Doat.cc486 frame_info_(frame_size_in_bytes, core_spill_mask, fp_spill_mask), code_size_(code_size) { in OatQuickMethodHeader()
Dart_method-inl.h164 return reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].code_size_; in GetCodeSize()