Lines Matching refs:entry
49 // source position entry to the return address.
91 for (auto& entry : entries_) entry.Print(os);
261 // Rotate the cache entry to the front (for LRU).
310 // Increase the ref count (for the cache entry).
519 for (auto& entry : removed_per_function) {
520 int func_index = entry.first;
521 std::vector<int>& removed = entry.second;
939 // Special handling for on-entry breakpoints.
1035 Object entry = breakpoint_infos->get(i + 1);
1036 breakpoint_infos->set(i, entry);
1037 if (entry.IsUndefined(isolate)) break;
1135 Object entry = breakpoint_infos->get(i);
1136 if (entry.IsUndefined(isolate)) continue;
1137 new_breakpoint_infos->set(i + 1, entry);