Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpipeline.cc2954 int graph_hash_before_scheduling = 0; in GenerateCodeForCodeStub() local
2956 graph_hash_before_scheduling = HashGraphForPGO(data.graph()); in GenerateCodeForCodeStub()
2960 profile_data->hash() != graph_hash_before_scheduling) { in GenerateCodeForCodeStub()
2984 info.profiler_data()->SetHash(graph_hash_before_scheduling); in GenerateCodeForCodeStub()