Home
last modified time | relevance | path

Searched refs:NewAllocationSite (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/
Dallocation-site-scopes.cc39 InitializeTraversal(isolate()->factory()->NewAllocationSite()); in EnterNewScope()
47 scope_site = isolate()->factory()->NewAllocationSite(); in EnterNewScope()
Dfactory.h261 Handle<AllocationSite> NewAllocationSite();
Dfactory.cc576 Handle<AllocationSite> Factory::NewAllocationSite() { in NewAllocationSite() function in v8::internal::Factory
/external/chromium_org/v8/src/x64/
Dstub-cache-x64.cc1617 Handle<AllocationSite> site = isolate()->factory()->NewAllocationSite(); in CompileArrayCodeCall()
/external/chromium_org/v8/src/ia32/
Dstub-cache-ia32.cc1685 Handle<AllocationSite> site = isolate()->factory()->NewAllocationSite(); in CompileArrayCodeCall()
/external/chromium_org/v8/src/arm/
Dstub-cache-arm.cc1592 Handle<AllocationSite> site = isolate()->factory()->NewAllocationSite(); in CompileArrayCodeCall()
/external/chromium_org/tools/telemetry/unittest_data/
Dperf_report_output.txt1540 0.12^3506824^HTMLParserThrea^chrome ^[.] v8::internal::Factory::NewAllocationSite()
1542 --- v8::internal::Factory::NewAllocationSite()
/external/chromium_org/v8/src/mips/
Dstub-cache-mips.cc1577 Handle<AllocationSite> site = isolate()->factory()->NewAllocationSite(); in CompileArrayCodeCall()