Searched defs:code_info_data (Results 1 – 3 of 3) sorted by relevance
297 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()
166 void CodeInfo::CollectSizeStats(const uint8_t* code_info_data, /*out*/ Stats& stats) { in CollectSizeStats()
32 size_t CodeInfoTableDeduper::Dedupe(const uint8_t* code_info_data) { in Dedupe()