Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dwriter.cc581 dexProtoId->parameters_off = FilePointer(irProto->param_types); in FillProtos()
619 dex_class_def->interfaces_off = FilePointer(ir_class->interfaces); in FillClassDefs()
666 data.Push<dex::u4>(FilePointer(ir_annotation)); in WriteAnnotationSet()
682 data.Push<dex::u4>(FilePointer(ir_annotation_set)); in WriteAnnotationSetRefList()
708 dex_item.annotations_off = FilePointer(irItem->annotations); in WriteClassAnnotations()
715 dex_item.annotations_off = FilePointer(irItem->annotations); in WriteClassAnnotations()
722 dex_item.annotations_off = FilePointer(irItem->annotations); in WriteClassAnnotations()
727 FilePointer(ir_annotations->class_annotation); in WriteClassAnnotations()
983 dex_code.debug_info_off = FilePointer(irCode->debug_info); in WriteCode()
1024 dex::u4 code_offset = FilePointer(ir_encoded_method->code); in WriteEncodedMethod()
[all …]
/tools/dexter/slicer/export/slicer/
Dwriter.h234 dex::u4 FilePointer(const ir::Node* ir_node) const;