HomeSort by relevance Sort by last modified time
    Searched defs:RetainedObjectInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
RetainedObjectInfo.h 38 class RetainedObjectInfo : public v8::RetainedObjectInfo {
  /external/chromium_org/v8/include/
v8-profiler.h 393 * 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
551 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
586 RetainedObjectInfo() {}
587 virtual ~RetainedObjectInfo() {}
    [all...]

Completed in 58 milliseconds