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

  /external/v8/src/
global-handles.h 67 ObjectGroupConnection(UniqueId id, Object** object)
78 UniqueId id;
84 ObjectGroupRetainerInfo(UniqueId id, RetainedObjectInfo* info)
95 UniqueId id;
257 void SetObjectGroupId(Object** handle, UniqueId id);
262 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
267 void SetReferenceFromGroup(UniqueId id, Object** child);
global-handles.cc     [all...]
api.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountdev.h 15 UCHAR UniqueId[1];
storport.h 188 IN ULONG UniqueId);
srb.h 397 ULONG UniqueID:1;
661 IN ULONG UniqueId);
video.h 1016 IN ULONG UniqueId);
    [all...]
  /external/v8/test/cctest/
test-global-handles.cc 33 using v8::UniqueId;
201 global_handles->SetObjectGroupId(g2s1.location(), UniqueId(2));
202 global_handles->SetObjectGroupId(g2s2.location(), UniqueId(2));
203 global_handles->SetRetainedObjectInfo(UniqueId(2), &info2);
204 global_handles->SetObjectGroupId(g1s1.location(), UniqueId(1));
205 global_handles->SetObjectGroupId(g1s2.location(), UniqueId(1));
206 global_handles->SetRetainedObjectInfo(UniqueId(1), &info1);
299 global_handles->SetObjectGroupId(g1s1.location(), UniqueId(1));
300 global_handles->SetObjectGroupId(g2s1.location(), UniqueId(2));
301 global_handles->SetObjectGroupId(g2s2.location(), UniqueId(2))
    [all...]
test-api.cc 82 using ::v8::UniqueId;
    [all...]
test-heap-profiler.cc     [all...]
test-api-interceptors.cc 41 using ::v8::UniqueId;
    [all...]
  /external/v8/src/profiler/
heap-profiler.h 66 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
heap-profiler.cc 192 void HeapProfiler::SetRetainedObjectInfo(UniqueId id,
  /external/v8/include/
v8-profiler.h 688 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
v8.h 163 class UniqueId {
165 explicit UniqueId(intptr_t data)
168 bool operator==(const UniqueId& other) const {
172 bool operator!=(const UniqueId& other) const {
176 bool operator<(const UniqueId& other) const {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
virtdisk.h 165 GUID UniqueId;
vds.h     [all...]
  /external/opencv3/modules/videoio/src/
cap_pvapi.cpp 164 Camera.UID = cameraList[index].UniqueId;
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]

Completed in 508 milliseconds