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 428 * Callback function invoked for obtaining RetainedObjectInfo for
433 typedef RetainedObjectInfo* (*WrapperInfoCallback)(uint16_t class_id,
546 * Sets a RetainedObjectInfo for an object group (see V8::SetObjectGroupId).
548 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
563 * RetainedObjectInfo instance describing the group. To collect
578 * V8 takes ownership of RetainedObjectInfo instances passed to it and
582 class V8_EXPORT RetainedObjectInfo { // NOLINT
588 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
623 RetainedObjectInfo() {}
624 virtual ~RetainedObjectInfo() {}
    [all...]
v8.h 629 * Assigns a wrapper class ID to the handle. See RetainedObjectInfo interface
    [all...]
  /external/v8/src/profiler/
heap-profiler.h 57 v8::RetainedObjectInfo* ExecuteWrapperClassCallback(uint16_t class_id,
59 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
heap-snapshot-generator.h 236 SnapshotObjectId GenerateId(v8::RetainedObjectInfo* info);
496 List<HeapObject*>* GetListMaybeDisposeInfo(v8::RetainedObjectInfo* info);
497 void SetNativeRootReference(v8::RetainedObjectInfo* info);
500 v8::RetainedObjectInfo* info);
503 static uint32_t InfoHash(v8::RetainedObjectInfo* info) {
509 (reinterpret_cast<v8::RetainedObjectInfo*>(key1))->IsEquivalent(
510 reinterpret_cast<v8::RetainedObjectInfo*>(key2));
524 // RetainedObjectInfo* -> List<HeapObject*>*
heap-profiler.cc 56 v8::RetainedObjectInfo* HeapProfiler::ExecuteWrapperClassCallback(
167 RetainedObjectInfo* info) {
heap-snapshot-generator.cc 696 SnapshotObjectId HeapObjectsMap::GenerateId(v8::RetainedObjectInfo* info) {
    [all...]
  /external/v8/src/
global-handles.h 45 v8::RetainedObjectInfo* info;
84 ObjectGroupRetainerInfo(UniqueId id, RetainedObjectInfo* info)
96 RetainedObjectInfo* info;
250 v8::RetainedObjectInfo* info);
257 // Set RetainedObjectInfo for an object group. Should not be called more than
260 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
global-handles.cc     [all...]
api.cc     [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 358 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
369 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
  /external/v8/test/cctest/
test-global-handles.cc 52 class TestRetainedObjectInfo : public v8::RetainedObjectInfo {
63 virtual bool IsEquivalent(v8::RetainedObjectInfo* other) {
test-heap-profiler.cc     [all...]

Completed in 190 milliseconds