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

/external/chromium_org/v8/src/
H A Dhydrogen.cc9340 AllocationSiteUsageContext* site_context) {
9356 pretenure_flag = site_context->current()->GetPretenureMode()
9362 pretenure_flag, instance_type, site_context->current());
9376 pretenure_flag, FIXED_DOUBLE_ARRAY_TYPE, site_context->current());
9379 pretenure_flag, FIXED_ARRAY_TYPE, site_context->current());
9387 site_context);
9392 BuildEmitInObjectProperties(boilerplate_object, object, site_context,
9446 AllocationSiteUsageContext* site_context,
9471 Handle<AllocationSite> current_site = site_context->EnterNewScope();
9473 BuildFastLiteral(value_object, site_context);
9338 BuildFastLiteral( Handle<JSObject> boilerplate_object, AllocationSiteUsageContext* site_context) argument
9443 BuildEmitInObjectProperties( Handle<JSObject> boilerplate_object, HInstruction* object, AllocationSiteUsageContext* site_context, PretenureFlag pretenure_flag) argument
9521 BuildEmitElements( Handle<JSObject> boilerplate_object, Handle<FixedArrayBase> elements, HValue* object_elements, AllocationSiteUsageContext* site_context) argument
9562 BuildEmitFixedArray( Handle<FixedArrayBase> elements, ElementsKind kind, HValue* object_elements, AllocationSiteUsageContext* site_context) argument
[all...]
H A Dobjects.cc5681 JSObjectWalkVisitor(ContextObject* site_context, bool copying, argument
5683 : site_context_(site_context),
5692 Handle<AllocationSite> current_site = site_context()->EnterNewScope();
5694 site_context()->ExitScope(current_site, value);
5698 inline ContextObject* site_context() { return site_context_; } function in class:v8::internal::JSObjectWalkVisitor
5699 inline Isolate* isolate() { return site_context()->isolate(); }
5733 if (site_context()->ShouldCreateMemento(object)) {
5734 site_to_pass = site_context()->current();
5887 AllocationSiteCreationContext* site_context) {
5888 JSObjectWalkVisitor<AllocationSiteCreationContext> v(site_context, fals
5885 DeepWalk( Handle<JSObject> object, AllocationSiteCreationContext* site_context) argument
5896 DeepCopy(Handle<JSObject> object, AllocationSiteUsageContext* site_context, DeepCopyHints hints) argument
[all...]

Completed in 172 milliseconds