Searched refs:fde_bytes (Results 1 – 1 of 1) sorted by relevance
1276 byte* fde_bytes = reinterpret_cast<byte*>(frame); in NextFDE() local1277 fde_bytes += frame->GetLength(); in NextFDE()1278 return reinterpret_cast<FDE*>(fde_bytes); in NextFDE()