Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dwriter.cc458 dex::u4& offset = node_offset_[ir_node.get()]; in CreateAnnItemSection()
472 dex::u4& offset = node_offset_[ir_node.get()]; in CreateAnnSetsSection()
485 dex::u4& offset = node_offset_[ir_node.get()]; in CreateAnnSetRefListsSection()
498 dex::u4& offset = node_offset_[ir_type_list.get()]; in CreateTypeListsSection()
511 dex::u4& offset = node_offset_[ir_node.get()]; in CreateCodeItemSection()
525 dex::u4& offset = node_offset_[ir_node.get()]; in CreateDebugInfoSection()
730 dex::u4& offset = node_offset_[ir_annotations]; in WriteClassAnnotations()
1119 dex::u4& offset = node_offset_[ir_class->static_init]; in WriteClassStaticValues()
1188 auto it = node_offset_.find(ir_node); in FilePointer()
1189 SLICER_CHECK(it != node_offset_.end()); in FilePointer()
/tools/dexter/slicer/export/slicer/
Dwriter.h246 std::map<const ir::Node*, dex::u4> node_offset_; variable