Home
last modified time | relevance | path

Searched defs:type_index (Results 1 – 5 of 5) sorted by relevance

/tools/dexter/slicer/
Ddebuginfo_encoder.cc77 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local
87 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local
Dcode_ir.cc78 dex::u4 type_index = dex::ReadULeb128(&ptr); in DisassembleTryBlocks() local
172 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DisassembleDebugInfo() local
187 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DisassembleDebugInfo() local
Dreader.cc605 dex::u4 type_index = dex::ReadULeb128(pptr); in ParseAnnotation() local
696 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local
711 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local
788 dex::u4 type_index = dex::ReadULeb128(&ptr); in ExtractCode() local
Dwriter.cc821 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local
832 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local
987 dex::u4 type_index = dex::ReadULeb128(&ptr); in WriteTryBlocks() local
/tools/security/fuzzing/orphans/libffi/
Dfuzz_ffi.cc90 size_t type_index = dataProvider->ConsumeIntegralInRange<size_t>(0, in getRandomType() local