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

/external/webkit/Source/WebCore/bindings/v8/
H A DRetainedObjectInfo.h38 class RetainedObjectInfo : public v8::RetainedObjectInfo { class in namespace:WebCore
/external/v8/include/
H A Dv8-profiler.h382 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 class in namespace:v8
469 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
504 RetainedObjectInfo() {} function in class:v8::RetainedObjectInfo
505 virtual ~RetainedObjectInfo() {}
508 RetainedObjectInfo(cons
[all...]

Completed in 47 milliseconds