Home
last modified time | relevance | path

Searched refs:block_limit (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/handles/
Dlocal-handles.cc66 Address* block_limit = block_start + kHandleBlockSize; in RemoveUnusedBlocks() local
68 if (block_limit == scope_.limit) { in RemoveUnusedBlocks()
75 ZapRange(block_start, block_limit); in RemoveUnusedBlocks()
/external/tensorflow/tensorflow/core/kernels/
Dredux_functor.h277 Eigen::Index block_limit = limit * outer_block_size; in operator() local
278 block_limit = std::min(total_workload, block_limit); in operator()
283 const int align_end = (block_limit / inner_dim) * inner_dim; in operator()
303 reduced = Input(&input_data[align_end], block_limit - align_end) in operator()
/external/v8/src/api/
Dapi.h492 internal::Address* block_limit = block_start + kHandleBlockSize; in DeleteExtensions() local
500 reinterpret_cast<Address>(block_limit)) { in DeleteExtensions()
502 internal::HandleScope::ZapRange(prev_limit, block_limit); in DeleteExtensions()
509 internal::HandleScope::ZapRange(block_start, block_limit); in DeleteExtensions()
Dapi.cc11301 Address* block_limit = &block_start[kHandleBlockSize]; in DetachPersistent() local
11303 DCHECK_IMPLIES(block_start <= prev_limit && prev_limit <= block_limit, in DetachPersistent()
11304 prev_limit == block_limit); in DetachPersistent()
11305 if (prev_limit == block_limit) break; in DetachPersistent()