Searched refs:DBG_END_SEQUENCE (Results 1 – 5 of 5) sorted by relevance
765 while ((opcode = *src++) != dex::DBG_END_SEQUENCE) { in WriteDebugInfo()816 data.Push<dex::u1>(dex::DBG_END_SEQUENCE); in WriteDebugInfo()
136 dbginfo_.Push<dex::u1>(dex::DBG_END_SEQUENCE); in Encode()
147 while ((opcode = *ptr++) != dex::DBG_END_SEQUENCE) { in DissasembleDebugInfo()
634 while ((opcode = *ptr++) != dex::DBG_END_SEQUENCE) { in ExtractDebugInfo()
117 constexpr u1 DBG_END_SEQUENCE = 0x00; variable