Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dwriter.cc443 dex::u4& offset = node_offset_[ir_node.get()]; in CreateAnnItemSection()
457 dex::u4& offset = node_offset_[ir_node.get()]; in CreateAnnSetsSection()
470 dex::u4& offset = node_offset_[ir_node.get()]; in CreateAnnSetRefListsSection()
483 dex::u4& offset = node_offset_[ir_type_list.get()]; in CreateTypeListsSection()
496 dex::u4& offset = node_offset_[ir_node.get()]; in CreateCodeItemSection()
510 dex::u4& offset = node_offset_[ir_node.get()]; in CreateDebugInfoSection()
695 dex::u4& offset = node_offset_[ir_annotations]; in WriteClassAnnotations()
1057 dex::u4& offset = node_offset_[ir_class->static_init]; in WriteClassStaticValues()
1108 auto it = node_offset_.find(ir_node); in FilePointer()
1109 SLICER_CHECK(it != node_offset_.end()); in FilePointer()
/tools/dexter/slicer/export/slicer/
Dwriter.h241 std::map<const ir::Node*, dex::u4> node_offset_; variable