reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2978 if (!GetOpAndEndOffsets(frame, op_offset, end_offset)) { 2982 if (!m_data.ValidOffset(op_offset) || op_offset >= end_offset) { 2982 if (!m_data.ValidOffset(op_offset) || op_offset >= end_offset) { 2992 uint8_t opcode = opcodes.GetU8(&op_offset); 2995 int64_t offset = opcodes.GetSLEB128(&op_offset); 3025 offset = opcodes.GetSLEB128(&op_offset); 3028 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset)); 3031 uint32_t reg_num = static_cast<uint32_t>(opcodes.GetULEB128(&op_offset)); 3032 offset = opcodes.GetSLEB128(&op_offset);