Home
last modified time | relevance | path

Searched defs:BlockIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGGraph.h41 typedef uint32_t BlockIndex; typedef
/external/v8/src/
Dlog-utils.h71 int BlockIndex(int pos) const { return pos / block_size_; } in BlockIndex() function