Home
last modified time | relevance | path

Searched refs:fde_bytes (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Delf_file.cc1305 byte* fde_bytes = reinterpret_cast<byte*>(frame); in NextFDE() local
1306 fde_bytes += frame->GetLength(); in NextFDE()
1307 return reinterpret_cast<FDE*>(fde_bytes); in NextFDE()