Searched refs:max_properties (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-create-lowering.h | 104 int* max_properties); 107 AllocationType allocation, int max_depth, int* max_properties);
|
H A D | js-create-lowering.cc | 1109 int max_properties = kMaxFastLiteralProperties; in ReduceJSCreateLiteralArrayOrObject() local 1112 kMaxFastLiteralDepth, &max_properties); in ReduceJSCreateLiteralArrayOrObject() 1668 AllocationType allocation, int max_depth, int* max_properties) { in TryAllocateFastLiteral() 1670 DCHECK_GE(*max_properties, 0); in TryAllocateFastLiteral() 1724 if ((*max_properties)-- == 0) return {}; in TryAllocateFastLiteral() 1773 allocation, max_depth - 1, max_properties); in TryAllocateFastLiteral() 1813 effect, control, boilerplate, allocation, max_depth, max_properties); in TryAllocateFastLiteral() 1840 AllocationType allocation, int max_depth, int* max_properties) { in TryAllocateFastLiteralElements() 1842 DCHECK_GE(*max_properties, 0); in TryAllocateFastLiteralElements() 1884 if ((*max_properties) in TryAllocateFastLiteralElements() 1666 TryAllocateFastLiteral( Node* effect, Node* control, JSObjectRef boilerplate, AllocationType allocation, int max_depth, int* max_properties) TryAllocateFastLiteral() argument 1838 TryAllocateFastLiteralElements( Node* effect, Node* control, JSObjectRef boilerplate, AllocationType allocation, int max_depth, int* max_properties) TryAllocateFastLiteralElements() argument [all...] |
Completed in 4 milliseconds