Lines Matching refs:address_to_name_map_
527 address_to_name_map_(NULL), in Logger()
538 delete address_to_name_map_; in ~Logger()
1088 if (Serializer::enabled() && address_to_name_map_ != NULL) { in CodeMoveEvent()
1089 address_to_name_map_->Move(from, to); in CodeMoveEvent()
1098 if (Serializer::enabled() && address_to_name_map_ != NULL) { in CodeDeleteEvent()
1099 address_to_name_map_->Remove(from); in CodeDeleteEvent()
1108 if (Serializer::enabled() && address_to_name_map_ != NULL) { in SnapshotPositionEvent()
1109 const char* code_name = address_to_name_map_->Lookup(addr); in SnapshotPositionEvent()
1469 if (address_to_name_map_ == NULL) { in RegisterSnapshotCodeName()
1470 address_to_name_map_ = new NameMap; in RegisterSnapshotCodeName()
1472 address_to_name_map_->Insert(code->address(), name, name_size); in RegisterSnapshotCodeName()