Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dallocation-tracker.cc193 for (UnresolvedLocation* location : unresolved_locations_) delete location; in ~AllocationTracker()
199 for (UnresolvedLocation* location : unresolved_locations_) { in PrepareForSerialization()
264 new UnresolvedLocation(script, shared->StartPosition(), info)); in AddFunctionInfo()
286 AllocationTracker::UnresolvedLocation::UnresolvedLocation( in UnresolvedLocation() function in v8::internal::AllocationTracker::UnresolvedLocation
296 AllocationTracker::UnresolvedLocation::~UnresolvedLocation() { in ~UnresolvedLocation()
303 void AllocationTracker::UnresolvedLocation::Resolve() { in Resolve()
310 void AllocationTracker::UnresolvedLocation::HandleWeakScript( in HandleWeakScript()
312 UnresolvedLocation* loc = in HandleWeakScript()
313 reinterpret_cast<UnresolvedLocation*>(data.GetParameter()); in HandleWeakScript()
Dallocation-tracker.h126 class UnresolvedLocation {
128 UnresolvedLocation(Script* script, int start, FunctionInfo* info);
129 ~UnresolvedLocation();
147 std::vector<UnresolvedLocation*> unresolved_locations_;