Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddebuginfo_encoder.cc74 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local
84 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local
Dcode_ir.cc79 dex::u4 type_index = dex::ReadULeb128(&ptr); in DissasembleTryBlocks() local
173 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo() local
188 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DissasembleDebugInfo() local
Dreader.cc564 dex::u4 type_index = dex::ReadULeb128(pptr); in ParseAnnotation() local
655 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local
670 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local
747 dex::u4 type_index = dex::ReadULeb128(&ptr); in ExtractCode() local
Dwriter.cc786 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local
797 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local
925 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