Searched refs:debug_info_stream (Results 1 – 1 of 1) sorted by relevance
46 static uint32_t GetDebugInfoStreamSize(const uint8_t* debug_info_stream) { in GetDebugInfoStreamSize() argument47 const uint8_t* stream = debug_info_stream; in GetDebugInfoStreamSize()58 return stream - debug_info_stream; // end of stream. in GetDebugInfoStreamSize()806 const uint8_t* debug_info_stream = dex_file.GetDebugInfoStream(debug_info_offset); in DedupeOrCreateCodeItem() local808 if (debug_info_stream != nullptr) { in DedupeOrCreateCodeItem()811 uint32_t debug_info_size = GetDebugInfoStreamSize(debug_info_stream); in DedupeOrCreateCodeItem()813 memcpy(debug_info_buffer, debug_info_stream, debug_info_size); in DedupeOrCreateCodeItem()