Home
last modified time | relevance | path

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

/external/v8/tools/
Dgen-postmortem-metadata.py352 checktypes = {};
354 checktypes[klass] = True;
359 load_objects_from_file(filename, checktypes)
361 if (len(checktypes) > 0):
362 for klass in checktypes:
368 def load_objects_from_file(objfilename, checktypes): argument
502 if (cctype in checktypes):
503 del checktypes[cctype];