Searched refs:allocation_mode (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 1529 HAllocationMode allocation_mode(NOT_TENURED); in BuildCodeInitializedStub() local 1542 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1548 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1559 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1565 state.fixed_right_arg(), allocation_mode)); in BuildCodeInitializedStub() 1573 state.fixed_right_arg(), allocation_mode); in BuildCodeInitializedStub() 1603 HAllocationMode allocation_mode(allocation_site); in BuildCodeStub() local 1607 allocation_mode); in BuildCodeStub()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 2386 HAllocationMode allocation_mode) { in BuildAllocate() argument 2389 if (allocation_mode.CreateAllocationMementos()) { in BuildAllocate() 2396 size, type, allocation_mode.GetPretenureMode(), instance_type, in BuildAllocate() 2397 graph()->GetConstant0(), allocation_mode.feedback_site()); in BuildAllocate() 2400 if (allocation_mode.CreateAllocationMementos()) { in BuildAllocate() 2402 object, object_size, allocation_mode.current_site()); in BuildAllocate() 2424 HAllocationMode allocation_mode) { in BuildCreateConsString() argument 2437 allocation_mode); in BuildCreateConsString() 2542 HAllocationMode allocation_mode) { in BuildUncheckedStringAdd() argument 2556 return BuildCreateConsString(length, left, right, allocation_mode); in BuildUncheckedStringAdd() [all …]
|
D | hydrogen.h | 1439 HAllocationMode allocation_mode); 1446 HAllocationMode allocation_mode); 1462 HAllocationMode allocation_mode); 1466 HAllocationMode allocation_mode); 1504 HAllocationMode allocation_mode,
|