HomeSort by relevance Sort by last modified time
    Searched defs:PrintIntProperty (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
graph-visualizer.cc 249 void PrintIntProperty(const char* name, int value);
321 void GraphC1Visualizer::PrintIntProperty(const char* name, int value) {
401 PrintIntProperty("from_bci", -1);
402 PrintIntProperty("to_bci", -1);
428 PrintIntProperty("loop_depth", current->loop_depth());
436 PrintIntProperty(
439 PrintIntProperty("last_lir_id",
452 PrintIntProperty("size", total);
  /external/v8/src/crankshaft/
hydrogen.h     [all...]

Completed in 126 milliseconds