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