Lines Matching full:blocks
323 // concurrent recompilation queue, containing a list of blocks. Each block
326 // We iterate through all the blocks to see whether the argument handle
327 // belongs to one of the blocks. If so, it is deferred.
331 List<Object**>* blocks = &deferred->blocks_;
332 for (int i = 0; i < blocks->length(); i++) {
334 : blocks->at(i) + kHandleBlockSize;
335 if (blocks->at(i) <= handle && handle < block_limit) return true;
1249 // There should be no try-catch blocks as they would prohibit us from