Searched refs:node_offset_ (Results 1 – 2 of 2) sorted by relevance
443 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()
241 std::map<const ir::Node*, dex::u4> node_offset_; variable