Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-call-reducer.cc4331 bool CanInlineArrayResizeOperation(Isolate* isolate, Handle<Map> receiver_map) { in CanInlineArrayResizeOperation() function
4370 if (!CanInlineArrayResizeOperation(isolate(), receiver_map)) in ReduceArrayPrototypePush()
4481 if (!CanInlineArrayResizeOperation(isolate(), receiver_map)) in ReduceArrayPrototypePop()
4600 if (!CanInlineArrayResizeOperation(isolate(), receiver_map)) in ReduceArrayPrototypeShift()