Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dallocation-site-scopes.h19 class AllocationSiteContext {
21 explicit AllocationSiteContext(Isolate* isolate) { in AllocationSiteContext() function
51 class AllocationSiteCreationContext : public AllocationSiteContext {
54 : AllocationSiteContext(isolate) { } in AllocationSiteCreationContext()
63 class AllocationSiteUsageContext : public AllocationSiteContext {
67 : AllocationSiteContext(isolate), in AllocationSiteUsageContext()