Searched defs:site (Results 26 - 50 of 57) sorted by relevance

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar ... eclipse.equinox.internal.p2.update.Site object org.eclipse.equinox.internal.p2 ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/interpreter/
H A Dinterpreter-assembler.cc590 Comment("check if it is an allocation site");
780 Comment("check if it is an allocation site");
810 // Create an allocation site if the function is an array function,
820 Node* site = CreateAllocationSiteInFeedbackVector(type_feedback_vector, local
822 allocation_feedback.Bind(site);
/external/v8/src/
H A Dmessages.cc815 Handle<Object> site; local
816 ASSIGN_RETURN_ON_EXCEPTION(isolate, site,
818 frames->set(i, *site);
H A Dfactory.cc8 #include "src/allocation-site-scopes.h"
1152 Handle<AllocationSite> site = New<AllocationSite>(map, OLD_SPACE); local
1153 site->Initialize();
1155 // Link the site
1156 site->set_weak_next(isolate()->heap()->allocation_sites_list());
1157 isolate()->heap()->set_allocation_sites_list(*site);
1158 return site;
1181 Handle<AllocationSite> site) {
1185 site.is_null() ? NULL : *site),
1179 CopyJSObjectWithAllocationSite( Handle<JSObject> object, Handle<AllocationSite> site) argument
[all...]
H A Dcode-stub-assembler.cc7292 Node* site = Allocate(size, CodeStubAssembler::kPretenured); local
7295 StoreObjectFieldRoot(site, AllocationSite::kMapOffset,
7298 StoreObjectFieldNoWriteBarrier(site, AllocationSite::kTransitionInfoOffset,
7303 StoreObjectFieldNoWriteBarrier(site, AllocationSite::kNestedSiteOffset, zero);
7306 StoreObjectFieldNoWriteBarrier(site, AllocationSite::kPretenureDataOffset,
7311 site, AllocationSite::kPretenureCreateCountOffset, zero);
7314 StoreObjectFieldRoot(site, AllocationSite::kDependentCodeOffset,
7317 // Link the object to the allocation site list
7327 StoreObjectField(site, AllocationSite::kWeakNextOffset, next_site);
7328 StoreNoWriteBarrier(MachineRepresentation::kTagged, site_list, site);
[all...]
H A Dobjects.cc17 #include "src/allocation-site-scopes.h"
1222 Handle<AllocationSite> site) {
1239 isolate->factory()->NewJSObjectFromMap(initial_map, NOT_TENURED, site);
14299 // Subtract one because the current PC is one instruction after the call site.
15436 return "allocation-site-tenuring-changed";
15438 return "allocation-site-transition-changed";
15893 bool AllocationSite::DigestTransitionFeedback(Handle<AllocationSite> site, argument
15895 Isolate* isolate = site->GetIsolate();
15898 if (site->SitePointsToLiteral() && site
1220 New(Handle<JSFunction> constructor, Handle<JSReceiver> new_target, Handle<AllocationSite> site) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvlee.cpp118 CvVoronoiSiteInt* site; member in struct:CvVoronoiEdgeInt
199 // (site is an edge of polygon or a reflex vertex).
361 pReflexSite: out, pointer to reflex site,if any exist,else NULL
382 pTopSite: out, pointer to the most left site of polygon (it is the most left
418 pTopSite : in, the most left site of hole
429 Description : Compute the initial Voronoi Diagram for single site
433 pSite: in, pointer to site
491 Description : Function finds the nearest site for top vertex
502 Description : Function seeks for site, which has common bisector in
517 Description : Function seeks for site, whic
[all...]
/external/v8/src/profiler/
H A Dheap-snapshot-generator.cc1478 AllocationSite* site) {
1479 SetInternalReference(site, entry, "transition_info", site->transition_info(),
1481 SetInternalReference(site, entry, "nested_site", site->nested_site(),
1483 TagObject(site->dependent_code(), "(dependent code)");
1484 SetInternalReference(site, entry, "dependent_code", site->dependent_code(),
1477 ExtractAllocationSiteReferences(int entry, AllocationSite* site) argument
/external/v8/src/heap/
H A Dmark-compact.cc1446 AllocationSite* site = AllocationSite::cast(object); local
1447 site->MarkZombie();
1448 site->GetHeap()->mark_compact_collector()->MarkAllocationSite(site);
1964 void MarkCompactCollector::MarkAllocationSite(AllocationSite* site) { argument
1965 MarkBit mark_bit = ObjectMarking::MarkBitFrom(site);
1966 SetMark(site, mark_bit);
H A Dheap.cc487 AllocationSite* site = nullptr; local
491 site = reinterpret_cast<AllocationSite*>(local_entry->key);
492 MapWord map_word = site->map_word();
494 site = AllocationSite::cast(map_word.ToForwardingAddress());
497 // We have not validated the allocation site yet, since we have not
498 // dereferenced the site during collecting information.
500 if (!site->IsAllocationSite() || site->IsZombie()) continue;
506 if (site->IncrementMementoFoundCount(value)) {
507 global_pretenuring_feedback_->LookupOrInsert(site,
540 AllocationSite* site = nullptr; local
607 AllocationSite* site = AllocationSite::cast(list_element); local
3532 CopyJSObject(JSObject* source, AllocationSite* site) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... .apache.tools.ant.Task { private String site private String output java.util.ArrayList unpackedPlugins public ...
/external/v8/src/ast/
H A Dast.h1875 void set_allocation_site(Handle<AllocationSite> site) { argument
1876 allocation_site_ = site;
1922 // Used to assert that the FullCodeGenerator records the return site.
1989 void set_allocation_site(Handle<AllocationSite> site) { argument
1990 allocation_site_ = site;
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h2237 Handle<AllocationSite> site() const { return site_; } function in class:final::final
2243 ElementsKind elements_kind, Handle<AllocationSite> site)
2246 site_(site) {}
2242 HCallNewArray(HValue* context, HValue* constructor, int argument_count, ElementsKind elements_kind, Handle<AllocationSite> site) argument
H A Dhydrogen.cc10 #include "src/allocation-site-scopes.h"
5495 Handle<AllocationSite> site; local
5499 site = Handle<AllocationSite>::cast(literals_cell);
5500 boilerplate = Handle<JSObject>(JSObject::cast(site->transition_info()),
5506 AllocationSiteUsageContext site_context(isolate(), site, false); local
5509 site_context.ExitScope(site, boilerplate);
5610 Handle<AllocationSite> site; local
5618 site = Handle<AllocationSite>::cast(literals_cell);
5620 JSObject::cast(site->transition_info()), isolate());
5628 DCHECK(site
5629 AllocationSiteUsageContext site_context(isolate(), site, false); local
9384 Handle<AllocationSite> site = expr->allocation_site(); local
9581 TryInlineArrayCall(Expression* expression, int argument_count, Handle<AllocationSite> site) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... advice public void setSite (java.lang.String) String site public void setSiteVersion (java.lang.String) String version ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 558 milliseconds

123