Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-create-lowering.cc45 bool IsAllocationInlineable(const JSFunctionRef& target, in IsAllocationInlineable() function
138 if (!IsAllocationInlineable(constructor, original_constructor)) { in ReduceJSCreate()
718 if (IsAllocationInlineable(constructor, original_constructor)) { in ReduceJSCreateArray()