Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.h1025 class HAllocationMode final BASE_EMBEDDED {
1027 explicit HAllocationMode(Handle<AllocationSite> feedback_site) in HAllocationMode() function
1030 explicit HAllocationMode(HValue* current_site) in HAllocationMode() function
1032 explicit HAllocationMode(PretenureFlag pretenure_flag) in HAllocationMode() function
1034 HAllocationMode() in HAllocationMode() function
1439 HAllocationMode allocation_mode);
1446 HAllocationMode allocation_mode);
1462 HAllocationMode allocation_mode);
1466 HAllocationMode allocation_mode);
1504 HAllocationMode allocation_mode,
Dhydrogen.cc2362 JS_VALUE_TYPE, HAllocationMode()); in BuildToObject()
2386 HAllocationMode allocation_mode) { in BuildAllocate()
2424 HAllocationMode allocation_mode) { in BuildCreateConsString()
2542 HAllocationMode allocation_mode) { in BuildUncheckedStringAdd()
2718 HAllocationMode allocation_mode) { in BuildStringAdd()
10230 HAllocationMode allocation_mode; in VisitCallNew()
10318 HType::JSObject(), JS_ARRAY_BUFFER_TYPE, HAllocationMode()); in BuildAllocateEmptyArrayBuffer()
11176 HAllocationMode allocation_mode; in BuildBinaryOperation()
11178 allocation_mode = HAllocationMode(allocation_site); in BuildBinaryOperation()
11202 HAllocationMode allocation_mode, in BuildBinaryOperation()
/external/v8/src/
Dcode-stubs-hydrogen.cc1529 HAllocationMode allocation_mode(NOT_TENURED); in BuildCodeInitializedStub()
1603 HAllocationMode allocation_mode(allocation_site); in BuildCodeStub()
1768 return BuildStringAdd(left, right, HAllocationMode(pretenure_flag)); in BuildCodeInitializedStub()