Searched defs:code_info_data (Results 1 – 3 of 3) sorted by relevance
298 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()
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()