Home
last modified time | relevance | path

Searched refs:object_info (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/
Duploads_test.py146 object_info = self.__client.objects.Get(self.__GetRequest(filename))
147 self.assertEqual(size, object_info.size)
154 object_info = self.__client.objects.Get(self.__GetRequest(filename))
155 self.assertEqual(size, object_info.size)
/external/v8/src/runtime/
Druntime-observe.cc154 CONVERT_ARG_HANDLE_CHECKED(JSObject, object_info, 0); in RUNTIME_FUNCTION()
156 Handle<Context> context(object_info->GetCreationContext(), isolate); in RUNTIME_FUNCTION()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc586 const HeapObjectInfo& object_info = heap_objects[i]; in FindUntrackedObjects() local
587 if (!object_info.IsValid()) { in FindUntrackedObjects()
595 object_info.Print(); in FindUntrackedObjects()
599 object_info.Print(); in FindUntrackedObjects()
/external/v8/tools/
Dgrokdump.py2587 object_info = self.padawan.SenseObject(maybe_address)
2588 if not object_info:
2590 extra.append(cgi.escape(str(object_info)))