Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/oat/
H A Dstack_map.h298 ALWAYS_INLINE static uint32_t DecodeCodeSize(const uint8_t* code_info_data) { in DecodeCodeSize()
302 ALWAYS_INLINE static QuickMethodFrameInfo DecodeFrameInfo(const uint8_t* code_info_data) { in DecodeFrameInfo()
309 ALWAYS_INLINE static CodeInfo DecodeHeaderOnly(const uint8_t* code_info_data) { in DecodeHeaderOnly()
485 ALWAYS_INLINE static bool HasFlag(const uint8_t* code_info_data) { in HasFlag()
502 ALWAYS_INLINE static bool HasInlineInfo(const uint8_t* code_info_data) { in HasInlineInfo()
506 ALWAYS_INLINE static bool HasShouldDeoptimizeFlag(const uint8_t* code_info_data) { in HasShouldDeoptimizeFlag()
510 ALWAYS_INLINE static bool IsBaseline(const uint8_t* code_info_data) { in IsBaseline()
514 ALWAYS_INLINE static bool IsDebuggable(const uint8_t* code_info_data) { in IsDebuggable()
H A Dstack_map.cc166 void CodeInfo::CollectSizeStats(const uint8_t* code_info_data, /*out*/ Stats& stats) { in CollectSizeStats()
/aosp_15_r20/art/dex2oat/linker/
H A Dcode_info_table_deduper.cc32 size_t CodeInfoTableDeduper::Dedupe(const uint8_t* code_info_data) { in Dedupe()