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

  /external/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...]
v8.h 547 * Assigns a wrapper class ID to the handle. See RetainedObjectInfo interface
    [all...]
  /external/v8/src/
heap-profiler.h 57 v8::RetainedObjectInfo* ExecuteWrapperClassCallback(uint16_t class_id,
59 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
global-handles.h 45 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);
heap-snapshot-generator.h 224 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*>*
heap-profiler.cc 57 v8::RetainedObjectInfo* HeapProfiler::ExecuteWrapperClassCallback(
169 RetainedObjectInfo* info) {
heap-snapshot-generator.cc 696 SnapshotObjectId HeapObjectsMap::GenerateId(v8::RetainedObjectInfo* info) {
    [all...]
global-handles.cc 818 v8::RetainedObjectInfo* info) {
843 RetainedObjectInfo* info) {
952 // Find a RetainedObjectInfo for the group.
953 RetainedObjectInfo* info = NULL;
api.cc     [all...]
  /external/v8/test/cctest/
test-global-handles.cc 52 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
63 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
test-mark-compact.cc 358 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
369 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
test-heap-profiler.cc     [all...]

Completed in 461 milliseconds