Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen.h359 int GetNextBlockID() { return next_block_id_++; } in GetNextBlockID() function
Dhydrogen.cc64 : block_id_(graph->GetNextBlockID()), in HBasicBlock()