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

/external/chromium_org/v8/src/
H A Dhydrogen.cc10938 AllocationSiteUsageContext* site_context) {
10950 pretenure_flag = site_context->current()->GetPretenureMode();
10951 Handle<AllocationSite> site(site_context->current());
10957 pretenure_flag, instance_type, site_context->current());
10994 pretenure_flag, instance_type, site_context->current());
11001 site_context);
11007 BuildEmitInObjectProperties(boilerplate_object, object, site_context,
11061 AllocationSiteUsageContext* site_context,
11086 Handle<AllocationSite> current_site = site_context->EnterNewScope();
11088 BuildFastLiteral(value_object, site_context);
10936 BuildFastLiteral( Handle<JSObject> boilerplate_object, AllocationSiteUsageContext* site_context) argument
11058 BuildEmitInObjectProperties( Handle<JSObject> boilerplate_object, HInstruction* object, AllocationSiteUsageContext* site_context, PretenureFlag pretenure_flag) argument
11140 BuildEmitElements( Handle<JSObject> boilerplate_object, Handle<FixedArrayBase> elements, HValue* object_elements, AllocationSiteUsageContext* site_context) argument
11181 BuildEmitFixedArray( Handle<FixedArrayBase> elements, ElementsKind kind, HValue* object_elements, AllocationSiteUsageContext* site_context) argument
[all...]
H A Dobjects.cc5363 JSObjectWalkVisitor(ContextObject* site_context, bool copying, argument
5365 : site_context_(site_context),
5375 Handle<AllocationSite> current_site = site_context()->EnterNewScope();
5377 site_context()->ExitScope(current_site, value);
5381 inline ContextObject* site_context() { return site_context_; } function in class:v8::internal::JSObjectWalkVisitor
5382 inline Isolate* isolate() { return site_context()->isolate(); }
5416 if (site_context()->ShouldCreateMemento(object)) {
5417 site_to_pass = site_context()->current();
5572 AllocationSiteCreationContext* site_context) {
5573 JSObjectWalkVisitor<AllocationSiteCreationContext> v(site_context, fals
5570 DeepWalk( Handle<JSObject> object, AllocationSiteCreationContext* site_context) argument
5582 DeepCopy( Handle<JSObject> object, AllocationSiteUsageContext* site_context, DeepCopyHints hints) argument
[all...]

Completed in 90 milliseconds