Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen.h1012 class HAllocationMode FINAL BASE_EMBEDDED {
1014 explicit HAllocationMode(Handle<AllocationSite> feedback_site) in HAllocationMode() function
1017 explicit HAllocationMode(HValue* current_site) in HAllocationMode() function
1019 explicit HAllocationMode(PretenureFlag pretenure_flag) in HAllocationMode() function
1021 HAllocationMode() in HAllocationMode() function
1388 HAllocationMode allocation_mode);
1395 HAllocationMode allocation_mode);
1411 HAllocationMode allocation_mode);
1415 HAllocationMode allocation_mode);
1459 HAllocationMode allocation_mode);
Dcode-stubs-hydrogen.cc1040 HAllocationMode allocation_mode(NOT_TENURED); in BuildCodeInitializedStub()
1136 HAllocationMode allocation_mode(allocation_site); in BuildCodeStub()
1166 return BuildStringAdd(left, right, HAllocationMode(pretenure_flag)); in BuildCodeInitializedStub()
Dhydrogen.cc2027 HAllocationMode allocation_mode) { in BuildAllocate()
2065 HAllocationMode allocation_mode) { in BuildCreateConsString()
2183 HAllocationMode allocation_mode) { in BuildUncheckedStringAdd()
2352 HAllocationMode allocation_mode) { in BuildStringAdd()
9300 HAllocationMode allocation_mode; in VisitCallNew()
9305 allocation_mode = HAllocationMode(allocation_site); in VisitCallNew()
10238 HAllocationMode allocation_mode; in BuildBinaryOperation()
10240 allocation_mode = HAllocationMode(allocation_site); in BuildBinaryOperation()
10270 HAllocationMode allocation_mode) { in BuildBinaryOperation()