Home
last modified time | relevance | path

Searched refs:has_grown (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/
H A Dcode-buffer-vixl.h181 void EnsureSpaceFor(size_t amount, bool* has_grown) { in EnsureSpaceFor() argument
184 VIXL_ASSERT(has_grown != NULL); in EnsureSpaceFor()
185 *has_grown = is_full; in EnsureSpaceFor()
/third_party/node/deps/v8/src/runtime/
H A Druntime-array.cc190 bool has_grown; in RUNTIME_FUNCTION() local
192 isolate, has_grown, in RUNTIME_FUNCTION()
194 if (!has_grown) { in RUNTIME_FUNCTION()

Completed in 2 milliseconds