Home
last modified time | relevance | path

Searched refs:DONT_TRACK_ALLOCATION_SITE (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/
Dcode-factory.cc362 FastCloneShallowArrayStub stub(isolate, DONT_TRACK_ALLOCATION_SITE); in FastCloneShallowArray()
Dcode-stubs.cc3176 mode == DONT_TRACK_ALLOCATION_SITE ? nullptr : allocation_site, in SingleArgumentConstructorCommon()
3202 ? DONT_TRACK_ALLOCATION_SITE in GenerateAssembly()
3217 DONT_TRACK_ALLOCATION_SITE); in GenerateAssembly()
Dobjects.h9147 DONT_TRACK_ALLOCATION_SITE, enumerator
Dobjects-inl.h1670 return DONT_TRACK_ALLOCATION_SITE; in GetMode()
Dobjects.cc15959 return DONT_TRACK_ALLOCATION_SITE; in GetMode()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1508 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in VisitArrayLiteral()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1472 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in VisitArrayLiteral()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1480 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in VisitArrayLiteral()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1534 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in VisitArrayLiteral()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1564 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in VisitArrayLiteral()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1547 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in VisitArrayLiteral()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1563 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in VisitArrayLiteral()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1565 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in VisitArrayLiteral()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1495 allocation_site_mode = DONT_TRACK_ALLOCATION_SITE; in VisitArrayLiteral()
/external/v8/src/arm/
Dcode-stubs-arm.cc3477 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) { in ArrayConstructorStubAheadOfTimeHelper()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc3681 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) { in ArrayConstructorStubAheadOfTimeHelper()
/external/v8/src/x64/
Dcode-stubs-x64.cc3319 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) { in ArrayConstructorStubAheadOfTimeHelper()
/external/v8/src/x87/
Dcode-stubs-x87.cc3315 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) { in ArrayConstructorStubAheadOfTimeHelper()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc3679 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) { in ArrayConstructorStubAheadOfTimeHelper()
/external/v8/src/mips/
Dcode-stubs-mips.cc3676 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) { in ArrayConstructorStubAheadOfTimeHelper()
/external/v8/src/s390/
Dcode-stubs-s390.cc3592 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) { in ArrayConstructorStubAheadOfTimeHelper()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc3507 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) { in ArrayConstructorStubAheadOfTimeHelper()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc3645 if (AllocationSite::GetMode(kind) != DONT_TRACK_ALLOCATION_SITE) { in ArrayConstructorStubAheadOfTimeHelper()
/external/v8/src/crankshaft/
Dhydrogen.cc9659 AllocationSiteMode mode = DONT_TRACK_ALLOCATION_SITE; in TryInlineArrayCall()