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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
RetainedObjectInfo.h 38 class RetainedObjectInfo : public v8::RetainedObjectInfo {
  /external/v8/include/
v8-profiler.h 382 class RetainedObjectInfo;
390 * Callback function invoked for obtaining RetainedObjectInfo for
395 typedef RetainedObjectInfo* (*WrapperInfoCallback)
444 * RetainedObjectInfo instance describing the group. To collect
459 * V8 takes ownership of RetainedObjectInfo instances passed to it and
463 class V8EXPORT RetainedObjectInfo { // NOLINT
469 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
504 RetainedObjectInfo() {}
505 virtual ~RetainedObjectInfo() {}
508 RetainedObjectInfo(const RetainedObjectInfo&)
    [all...]
  /external/chromium_org/v8/include/
v8-profiler.h 374 class RetainedObjectInfo;
383 * Callback function invoked for obtaining RetainedObjectInfo for
388 typedef RetainedObjectInfo* (*WrapperInfoCallback)
482 * Sets a RetainedObjectInfo for an object group (see V8::SetObjectGroupId).
484 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
499 * RetainedObjectInfo instance describing the group. To collect
514 * V8 takes ownership of RetainedObjectInfo instances passed to it and
518 class V8_EXPORT RetainedObjectInfo { // NOLINT
524 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
559 RetainedObjectInfo() {}
    [all...]

Completed in 68 milliseconds