Searched defs:AllocationSiteContext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dallocation-site-scopes.h17 // AllocationSiteContext is the base class for walking and copying a nested
19 class AllocationSiteContext { class in namespace:v8::internal
21 explicit AllocationSiteContext(Isolate* isolate) { function in class:v8::internal::AllocationSiteContext
51 class AllocationSiteCreationContext : public AllocationSiteContext {
54 : AllocationSiteContext(isolate) { }
63 class AllocationSiteUsageContext : public AllocationSiteContext {
67 : AllocationSiteContext(isolate),

Completed in 1360 milliseconds