Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-array.cc575 bool can_inline_array_constructor = true; in RUNTIME_FUNCTION() local
587 can_inline_array_constructor = false; in RUNTIME_FUNCTION()
631 !can_inline_array_constructor)) { in RUNTIME_FUNCTION()
638 if (old_kind != array->GetElementsKind() || !can_inline_array_constructor) { in RUNTIME_FUNCTION()