Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h297 ALWAYS_INLINE static uint32_t DecodeCodeSize(const uint8_t* code_info_data) { in DecodeCodeSize()
301 ALWAYS_INLINE static QuickMethodFrameInfo DecodeFrameInfo(const uint8_t* code_info_data) { in DecodeFrameInfo()
308 ALWAYS_INLINE static CodeInfo DecodeHeaderOnly(const uint8_t* code_info_data) { in DecodeHeaderOnly()
482 ALWAYS_INLINE static bool HasInlineInfo(const uint8_t* code_info_data) { in HasInlineInfo()
486 ALWAYS_INLINE static bool IsBaseline(const uint8_t* code_info_data) { in IsBaseline()
490 ALWAYS_INLINE static bool IsDebuggable(const uint8_t* code_info_data) { in IsDebuggable()
Dstack_map.cc166 void CodeInfo::CollectSizeStats(const uint8_t* code_info_data, /*out*/ Stats& stats) { in CollectSizeStats()
/art/dex2oat/linker/
Dcode_info_table_deduper.cc32 size_t CodeInfoTableDeduper::Dedupe(const uint8_t* code_info_data) { in Dedupe()