Home
last modified time | relevance | path

Searched defs:code_info_data (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/
H A Dstack_map.h302 ALWAYS_INLINE static uint32_t DecodeCodeSize(const uint8_t* code_info_data) { in DecodeCodeSize()
306 ALWAYS_INLINE static QuickMethodFrameInfo DecodeFrameInfo(const uint8_t* code_info_data) { in DecodeFrameInfo()
313 ALWAYS_INLINE static CodeInfo DecodeHeaderOnly(const uint8_t* code_info_data) { in DecodeHeaderOnly()
448 ALWAYS_INLINE static bool HasInlineInfo(const uint8_t* code_info_data) { in HasInlineInfo()
452 ALWAYS_INLINE static bool IsBaseline(const uint8_t* code_info_data) { in IsBaseline()
H A Dstack_map.cc83 size_t CodeInfo::Deduper::Dedupe(const uint8_t* code_info_data) { in Dedupe()
219 void CodeInfo::CollectSizeStats(const uint8_t* code_info_data, /*out*/ Stats& stats) { in CollectSizeStats()