Lines Matching refs:map_
16 : isolate_(isolate), map_(isolate->heap()) {
49 auto find_result = map_.FindOrInsert(object);
52 *find_result.entry = map_.size() - 1;
83 if (map_.Delete(self_reference, &key)) {
85 map_.Insert(code_object, key);
94 if (map_.Delete(ReadOnlyRoots(isolate_).basic_block_counters_marker(),
96 map_.Insert(counters, key);
108 if (map_.size() == 0) return;
111 isolate_->factory()->NewFixedArray(map_.size(), AllocationType::kOld);
114 ConstantsMap::IteratableScope it_scope(&map_);
130 for (int i = 0; i < map_.size(); i++) {