Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.h976 class HAllocationMode final BASE_EMBEDDED {
978 explicit HAllocationMode(Handle<AllocationSite> feedback_site) in HAllocationMode() function
981 explicit HAllocationMode(HValue* current_site) in HAllocationMode() function
983 explicit HAllocationMode(PretenureFlag pretenure_flag) in HAllocationMode() function
985 HAllocationMode() in HAllocationMode() function
1366 HAllocationMode allocation_mode);
1373 HAllocationMode allocation_mode);
1389 HAllocationMode allocation_mode);
1393 HAllocationMode allocation_mode);
1431 HAllocationMode allocation_mode,
Dhydrogen.cc2129 JS_VALUE_TYPE, HAllocationMode()); in BuildToObject()
2153 HAllocationMode allocation_mode) { in BuildAllocate()
2191 HAllocationMode allocation_mode) { in BuildCreateConsString()
2309 HAllocationMode allocation_mode) { in BuildUncheckedStringAdd()
2485 HAllocationMode allocation_mode) { in BuildStringAdd()
9950 HAllocationMode allocation_mode; in VisitCallNew()
10039 HType::JSObject(), JS_ARRAY_BUFFER_TYPE, HAllocationMode()); in BuildAllocateEmptyArrayBuffer()
10904 HAllocationMode allocation_mode; in BuildBinaryOperation()
10906 allocation_mode = HAllocationMode(allocation_site); in BuildBinaryOperation()
10931 HAllocationMode allocation_mode, Strength strength, BailoutId opt_id) { in BuildBinaryOperation()
/external/v8/src/
Dcode-stubs-hydrogen.cc1456 HAllocationMode allocation_mode(NOT_TENURED); in BuildCodeInitializedStub()
1532 HAllocationMode allocation_mode(allocation_site); in BuildCodeStub()
1698 return BuildStringAdd(left, right, HAllocationMode(pretenure_flag)); in BuildCodeInitializedStub()