Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen.h1008 class HAllocationMode V8_FINAL BASE_EMBEDDED {
1010 explicit HAllocationMode(Handle<AllocationSite> feedback_site) in HAllocationMode() function
1013 explicit HAllocationMode(HValue* current_site) in HAllocationMode() function
1015 explicit HAllocationMode(PretenureFlag pretenure_flag) in HAllocationMode() function
1017 HAllocationMode() in HAllocationMode() function
1383 HAllocationMode allocation_mode);
1390 HAllocationMode allocation_mode);
1406 HAllocationMode allocation_mode);
1410 HAllocationMode allocation_mode);
1454 HAllocationMode allocation_mode);
Dcode-stubs-hydrogen.cc866 HAllocationMode allocation_mode(NOT_TENURED); in BuildCodeInitializedStub()
962 HAllocationMode allocation_mode(allocation_site); in BuildCodeStub()
992 return BuildStringAdd(left, right, HAllocationMode(pretenure_flag)); in BuildCodeInitializedStub()
Dhydrogen.cc1948 HAllocationMode allocation_mode) { in BuildAllocate()
1986 HAllocationMode allocation_mode) { in BuildCreateConsString()
2104 HAllocationMode allocation_mode) { in BuildUncheckedStringAdd()
2273 HAllocationMode allocation_mode) { in BuildStringAdd()
9140 HAllocationMode allocation_mode; in VisitCallNew()
9145 allocation_mode = HAllocationMode(allocation_site); in VisitCallNew()
10079 HAllocationMode allocation_mode; in BuildBinaryOperation()
10081 allocation_mode = HAllocationMode(allocation_site); in BuildBinaryOperation()
10111 HAllocationMode allocation_mode) { in BuildBinaryOperation()