Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-visualizer.cc145 SourceIdAssigner id_assigner(info->inlined_functions().size()); in JsonPrintAllSourceWithPositions() local
149 const int source_id = id_assigner.GetIdFor(shared); in JsonPrintAllSourceWithPositions()
159 const int source_id = id_assigner.GetIdAt(id); in JsonPrintAllSourceWithPositions()
Dpipeline.cc593 SourceIdAssigner id_assigner(info->inlined_functions().size()); in PrintParticipatingSource() local
597 const int source_id = id_assigner.GetIdFor(inlined[id].shared_info); in PrintParticipatingSource()