Searched refs:GetNextBlockID (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ | ||
D | hydrogen.h | 357 int GetNextBlockID() { return next_block_id_++; } in GetNextBlockID() function |
D | hydrogen.cc | 70 : block_id_(graph->GetNextBlockID()), in HBasicBlock() |