Searched defs:RetainedObjectInfo (Results 1 - 1 of 1) sorted by relevance

/external/v8/include/
H A Dv8-profiler.h393 * Callback function invoked for obtaining RetainedObjectInfo for
398 typedef RetainedObjectInfo* (*WrapperInfoCallback)
509 * Sets a RetainedObjectInfo for an object group (see V8::SetObjectGroupId).
511 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
526 * RetainedObjectInfo instance describing the group. To collect
541 * V8 takes ownership of RetainedObjectInfo instances passed to it and
545 class V8_EXPORT RetainedObjectInfo { // NOLINT class in namespace:v8
551 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
586 RetainedObjectInfo() {} function in class:v8::RetainedObjectInfo
587 virtual ~RetainedObjectInfo() {}
[all...]

Completed in 273 milliseconds