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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DRetainedObjectInfo.h38 class RetainedObjectInfo : public v8::RetainedObjectInfo { class in namespace:blink
H A DRetainedDOMInfo.h34 #include "bindings/core/v8/RetainedObjectInfo.h"
41 // Implements v8::RetainedObjectInfo.
42 class RetainedDOMInfo FINAL : public RetainedObjectInfo {
47 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) OVERRIDE;
H A DRetainedDOMInfo.cpp54 bool RetainedDOMInfo::IsEquivalent(v8::RetainedObjectInfo* other)
61 return static_cast<blink::RetainedObjectInfo*>(other)->GetEquivalenceClass() == this->GetEquivalenceClass();
H A DScriptProfiler.cpp245 static v8::RetainedObjectInfo* retainedDOMInfo(uint16_t classId, v8::Handle<v8::Value> wrapper)
/external/chromium_org/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...]
H A Dv8.h547 * Assigns a wrapper class ID to the handle. See RetainedObjectInfo interface
4237 class RetainedObjectInfo;
/external/chromium_org/v8/src/
H A Dheap-profiler.h57 v8::RetainedObjectInfo* ExecuteWrapperClassCallback(uint16_t class_id,
59 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
H A Dglobal-handles.h45 v8::RetainedObjectInfo* info;
84 ObjectGroupRetainerInfo(UniqueId id, RetainedObjectInfo* info)
96 RetainedObjectInfo* info;
206 v8::RetainedObjectInfo* info);
213 // Set RetainedObjectInfo for an object group. Should not be called more than
216 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
H A Dheap-snapshot-generator.h224 SnapshotObjectId GenerateId(v8::RetainedObjectInfo* info);
483 List<HeapObject*>* GetListMaybeDisposeInfo(v8::RetainedObjectInfo* info);
484 void SetNativeRootReference(v8::RetainedObjectInfo* info);
487 v8::RetainedObjectInfo* info);
490 static uint32_t InfoHash(v8::RetainedObjectInfo* info) {
496 (reinterpret_cast<v8::RetainedObjectInfo*>(key1))->IsEquivalent(
497 reinterpret_cast<v8::RetainedObjectInfo*>(key2));
512 // RetainedObjectInfo* -> List<HeapObject*>*
H A Dheap-profiler.cc57 v8::RetainedObjectInfo* HeapProfiler::ExecuteWrapperClassCallback(
169 RetainedObjectInfo* info) {
H A Dheap-snapshot-generator.cc696 SnapshotObjectId HeapObjectsMap::GenerateId(v8::RetainedObjectInfo* info) {
2278 v8::RetainedObjectInfo* info = reinterpret_cast<v8::RetainedObjectInfo*>(ptr);
2316 v8::RetainedObjectInfo* info =
2317 reinterpret_cast<v8::RetainedObjectInfo*>(p->key);
2326 v8::RetainedObjectInfo* info =
2327 reinterpret_cast<v8::RetainedObjectInfo*>(p->value);
2395 v8::RetainedObjectInfo* info) {
2416 v8::RetainedObjectInfo* info =
2417 reinterpret_cast<v8::RetainedObjectInfo*>(
[all...]
H A Dglobal-handles.cc818 v8::RetainedObjectInfo* info) {
843 RetainedObjectInfo* info) {
952 // Find a RetainedObjectInfo for the group.
953 RetainedObjectInfo* info = NULL;
H A Dapi.cc7421 RetainedObjectInfo* info) {
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc52 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
63 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
H A Dtest-mark-compact.cc358 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
369 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
H A Dtest-heap-profiler.cc1386 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
1406 virtual bool IsEquivalent(RetainedObjectInfo* other) {
1416 static v8::RetainedObjectInfo* WrapperInfoCallback(

Completed in 900 milliseconds