Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.h1018 class HAllocationMode final BASE_EMBEDDED {
1020 explicit HAllocationMode(Handle<AllocationSite> feedback_site) in HAllocationMode() function
1023 explicit HAllocationMode(HValue* current_site) in HAllocationMode() function
1025 explicit HAllocationMode(PretenureFlag pretenure_flag) in HAllocationMode() function
1027 HAllocationMode() in HAllocationMode() function
1407 HAllocationMode allocation_mode);
1414 HAllocationMode allocation_mode);
1430 HAllocationMode allocation_mode);
1434 HAllocationMode allocation_mode);
1472 HAllocationMode allocation_mode,
Dhydrogen.cc2069 JS_VALUE_TYPE, HAllocationMode()); in BuildToObject()
2093 HAllocationMode allocation_mode) { in BuildAllocate()
2145 HAllocationMode allocation_mode) { in BuildCreateConsString()
2263 HAllocationMode allocation_mode) { in BuildUncheckedStringAdd()
2439 HAllocationMode allocation_mode) { in BuildStringAdd()
9737 HAllocationMode allocation_mode; in VisitCallNew()
9825 HType::JSObject(), JS_ARRAY_BUFFER_TYPE, HAllocationMode()); in BuildAllocateEmptyArrayBuffer()
10659 HAllocationMode allocation_mode; in BuildBinaryOperation()
10661 allocation_mode = HAllocationMode(allocation_site); in BuildBinaryOperation()
10684 HAllocationMode allocation_mode, BailoutId opt_id) { in BuildBinaryOperation()
/external/v8/src/
Dcode-stubs-hydrogen.cc905 HAllocationMode allocation_mode(NOT_TENURED); in BuildCodeInitializedStub()
978 HAllocationMode allocation_mode(allocation_site); in BuildCodeStub()