Searched refs:allocation_flags (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc5150 AllocationFlags allocation_flags = NO_ALLOCATION_FLAGS; local
5153 allocation_flags = static_cast<AllocationFlags>(flags | PRETENURE);
5159 AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc1484 AllocationFlags allocation_flags = NO_ALLOCATION_FLAGS; local
1487 allocation_flags = static_cast<AllocationFlags>(flags | PRETENURE);
1493 AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc4949 AllocationFlags allocation_flags = NO_ALLOCATION_FLAGS; local
4952 allocation_flags = static_cast<AllocationFlags>(flags | PRETENURE);
4958 AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc5119 AllocationFlags allocation_flags = NO_ALLOCATION_FLAGS; local
5122 allocation_flags = static_cast<AllocationFlags>(flags | PRETENURE);
5128 AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags);
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc5324 AllocationFlags allocation_flags = NO_ALLOCATION_FLAGS; local
5327 allocation_flags = static_cast<AllocationFlags>(flags | PRETENURE);
5333 AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags);
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc5418 AllocationFlags allocation_flags = NO_ALLOCATION_FLAGS; local
5421 allocation_flags = static_cast<AllocationFlags>(flags | PRETENURE);
5427 AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc5320 AllocationFlags allocation_flags = NO_ALLOCATION_FLAGS; local
5323 allocation_flags = static_cast<AllocationFlags>(flags | PRETENURE);
5329 AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc5216 AllocationFlags allocation_flags = NO_ALLOCATION_FLAGS; local
5219 allocation_flags = static_cast<AllocationFlags>(flags | PRETENURE);
5225 AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc5432 AllocationFlags allocation_flags = NO_ALLOCATION_FLAGS; local
5435 allocation_flags = static_cast<AllocationFlags>(flags | PRETENURE);
5441 AllocationUtils::GetAllocationTopReference(isolate(), allocation_flags);

Completed in 597 milliseconds