Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-type-hint-lowering.cc63 FeedbackNexus nexus(feedback_vector(), slot_); in GetBinaryOperationHint() local
64 return nexus.GetBinaryOperationFeedback(); in GetBinaryOperationHint()
68 FeedbackNexus nexus(feedback_vector(), slot_); in GetCompareOperationHint() local
69 return nexus.GetCompareOperationFeedback(); in GetCompareOperationHint()
222 FeedbackNexus nexus(feedback_vector(), slot); in ReduceUnaryOperation() local
224 nexus, effect, control, in ReduceUnaryOperation()
286 FeedbackNexus nexus(feedback_vector(), slot); in ReduceBinaryOperation() local
288 nexus, effect, control, in ReduceBinaryOperation()
302 FeedbackNexus nexus(feedback_vector(), slot); in ReduceBinaryOperation() local
304 nexus, effect, control, in ReduceBinaryOperation()
[all …]
Djs-native-context-specialization.cc188 FeedbackNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSInstanceOf() local
189 if (!nexus.GetConstructorFeedback().ToHandle(&receiver)) return NoChange(); in ReduceJSInstanceOf()
1061 Node* node, Node* value, FeedbackNexus const& nexus, Handle<Name> name, in ReduceNamedAccessFromNexus() argument
1078 if (!ExtractReceiverMaps(receiver, effect, nexus, &receiver_maps)) { in ReduceNamedAccessFromNexus()
1088 DCHECK(!nexus.IsUninitialized()); in ReduceNamedAccessFromNexus()
1129 FeedbackNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSLoadNamed() local
1132 return ReduceNamedAccessFromNexus(node, value, nexus, p.name(), in ReduceJSLoadNamed()
1144 FeedbackNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreNamed() local
1147 return ReduceNamedAccessFromNexus(node, value, nexus, p.name(), in ReduceJSStoreNamed()
1158 FeedbackNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSStoreNamedOwn() local
[all …]
Djs-native-context-specialization.h87 FeedbackNexus const& nexus,
92 FeedbackNexus const& nexus,
189 FeedbackNexus const& nexus,
Dbytecode-graph-builder.cc1472 FeedbackNexus nexus(feedback_vector(), slot); in VisitCreateClosure() local
1479 shared_info, nexus.GetFeedbackCell(), in VisitCreateClosure()
1647 FeedbackNexus nexus(feedback_vector(), slot); in VisitGetTemplateObject() local
1650 if (nexus.GetFeedback() == MaybeObject::FromSmi(Smi::kZero)) { in VisitGetTemplateObject()
1656 nexus.vector()->Set(slot, *cached_value); in VisitGetTemplateObject()
1659 JSArray::cast(nexus.GetFeedback()->ToStrongHeapObject()), isolate()); in VisitGetTemplateObject()
2186 FeedbackNexus nexus(feedback_vector(), slot); in GetBinaryOperationHint() local
2187 return nexus.GetBinaryOperationFeedback(); in GetBinaryOperationHint()
2194 FeedbackNexus nexus(feedback_vector(), slot); in GetCompareOperationHint() local
2195 return nexus.GetCompareOperationFeedback(); in GetCompareOperationHint()
[all …]
Djs-type-hint-lowering.h156 Node* TryBuildSoftDeopt(FeedbackNexus& nexus, Node* effect, Node* control,
Djs-call-reducer.cc3324 FeedbackNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSCall() local
3325 if (nexus.IsUninitialized()) { in ReduceJSCall()
3335 if (nexus.GetFeedback()->ToWeakHeapObject(&heap_object)) { in ReduceJSCall()
3749 FeedbackNexus nexus(p.feedback().vector(), p.feedback().slot()); in ReduceJSConstruct() local
3750 if (nexus.IsUninitialized()) { in ReduceJSConstruct()
3761 if (nexus.GetFeedback()->ToStrongHeapObject(&feedback_object) && in ReduceJSConstruct()
3790 } else if (nexus.GetFeedback()->ToWeakHeapObject(&feedback_object) && in ReduceJSConstruct()
/external/v8/src/debug/
Ddebug-type-profile.cc53 FeedbackNexus nexus(vector, slot); in Collect() local
55 std::vector<int> source_positions = nexus.GetSourcePositions(); in Collect()
58 entries->emplace_back(position, nexus.GetTypesForSourcePositions( in Collect()
63 nexus.ResetTypeProfile(); in Collect()
94 FeedbackNexus nexus(vector, slot); in SelectMode() local
95 nexus.ResetTypeProfile(); in SelectMode()
/external/v8/src/ic/
Dic.h69 static void OnFeedbackChanged(Isolate* isolate, FeedbackNexus* nexus,
91 Smi::ToInt(nexus()->GetFeedbackExtra()->ToSmi()) != ELEMENT)); in vector_needs_update()
163 const FeedbackNexus* nexus() const { return &nexus_; } in nexus() function
164 FeedbackNexus* nexus() { return &nexus_; } in nexus() function
173 nexus()->ExtractMaps(&target_maps_); in FindTargetMaps()
295 LanguageMode language_mode() const { return nexus()->GetLanguageMode(); } in language_mode()
347 return nexus()->GetKeyedAccessStoreMode(); in GetKeyedAccessStoreMode()
Dic.cc87 State new_state = nexus()->StateFromFeedback(); in TraceIC()
103 KeyedAccessLoadMode mode = nexus()->GetKeyedAccessLoadMode(); in TraceIC()
106 KeyedAccessStoreMode mode = nexus()->GetKeyedAccessStoreMode(); in TraceIC()
251 maybe_handler_ = nexus()->FindHandlerForMap(receiver_map()); in ShouldRecomputeHandler()
275 Name* stub_name = nexus()->FindFirstName(); in RecomputeHandlerForName()
312 void IC::OnFeedbackChanged(Isolate* isolate, FeedbackNexus* nexus, in OnFeedbackChanged() argument
314 FeedbackVector* vector = nexus->vector(); in OnFeedbackChanged()
315 FeedbackSlot slot = nexus->slot(); in OnFeedbackChanged()
379 nexus()->ConfigureMegamorphic(key->IsName() ? PROPERTY : ELEMENT); in ConfigureVectorState()
381 OnFeedbackChanged(isolate(), nexus(), GetHostFunction(), "Megamorphic"); in ConfigureVectorState()
[all …]
/external/ImageMagick/MagickWand/
Ddisplay.c550 *nexus; in DisplayImageCommand() local
557 nexus=XDisplayImage(display,&resource_info,argv,argc, in DisplayImageCommand()
559 if (nexus == (Image *) NULL) in DisplayImageCommand()
561 while ((nexus != (Image *) NULL) && ((state & ExitState) == 0)) in DisplayImageCommand()
566 if (nexus->montage != (char *) NULL) in DisplayImageCommand()
571 display_image=nexus; in DisplayImageCommand()
574 next=XDisplayImage(display,&resource_info,argv,argc,&nexus, in DisplayImageCommand()
577 (GetNextImageInList(nexus) != (Image *) NULL)) in DisplayImageCommand()
579 display_image=GetNextImageInList(nexus); in DisplayImageCommand()
580 nexus=NewImageList(); in DisplayImageCommand()
[all …]
/external/testng/
DREADME.dev20 <id>sonatype-nexus-snapshots</id>
25 <id>sonatype-nexus-staging</id>
Dbuild.gradle24 classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
/external/v8/src/runtime/
Druntime-object.cc829 FeedbackNexus nexus(vector, FeedbackVector::ToSlot(index)); in RUNTIME_FUNCTION() local
830 if (nexus.ic_state() == UNINITIALIZED) { in RUNTIME_FUNCTION()
832 nexus.ConfigureMonomorphic(name, handle(object->map(), isolate), in RUNTIME_FUNCTION()
835 nexus.ConfigureMegamorphic(PROPERTY); in RUNTIME_FUNCTION()
837 } else if (nexus.ic_state() == MONOMORPHIC) { in RUNTIME_FUNCTION()
838 if (nexus.FindFirstMap() != object->map() || in RUNTIME_FUNCTION()
839 nexus.GetFeedbackExtra() != MaybeObject::FromObject(*name)) { in RUNTIME_FUNCTION()
840 nexus.ConfigureMegamorphic(PROPERTY); in RUNTIME_FUNCTION()
893 FeedbackNexus nexus(vector, vector->GetTypeProfileSlot()); in RUNTIME_FUNCTION() local
894 nexus.Collect(type, position->value()); in RUNTIME_FUNCTION()
Druntime-scopes.cc126 FeedbackNexus nexus(feedback_vector, slot); in DeclareGlobal() local
127 nexus.ConfigurePropertyCellMode(it.GetPropertyCell()); in DeclareGlobal()
/external/ImageMagick/MagickCore/
Danimate.c375 *nexus; in XMagickCommand() local
389 nexus=NewImageList(); in XMagickCommand()
476 nexus=GetFirstImageInList(images); in XMagickCommand()
679 return(nexus); in XMagickCommand()
1326 *nexus; in XAnimateImages() local
1543 nexus=NewImageList(); in XAnimateImages()
2014 nexus=NewImageList(); in XAnimateImages()
2210 nexus=XMagickCommand(display,resource_info,windows, in XAnimateImages()
2367 nexus=ReadImage(resource_info->image_info,exception); in XAnimateImages()
2369 if (nexus != (Image *) NULL) in XAnimateImages()
[all …]
Ddisplay.c7115 *nexus; in XMagickCommand() local
7149 nexus=NewImageList(); in XMagickCommand()
7162 nexus=XOpenImage(display,resource_info,windows,MagickFalse); in XMagickCommand()
7200 nexus=XOpenImage(display,resource_info,windows,MagickTrue); in XMagickCommand()
7289 nexus=ReadImage(image_info,exception); in XMagickCommand()
7300 nexus=XVisualDirectoryImage(display,resource_info,windows,exception); in XMagickCommand()
9027 nexus=ReadImage(resource_info->image_info,exception); in XMagickCommand()
9209 nexus=CloneImage(*image,0,0,MagickTrue,exception); in XMagickCommand()
9210 if (nexus != (Image *) NULL) in XMagickCommand()
9240 nexus=CloneImage(*image,0,0,MagickTrue,exception); in XMagickCommand()
[all …]
/external/owasp/sanitizer/tools/
Dstage_to_maven_central.sh89 -DrepositoryId=sonatype-nexus-staging \
/external/testng/gradle/
Dpublishing-maven.gradle8 apply plugin: 'io.codearte.nexus-staging'
/external/u-boot/doc/
DREADME.scrapyard246 lubbock arm pxa 36bf57b 2014-04-18 Kyle Harris <kharris@nexus-tech…
298 cradle arm pxa 00c4aca 2011-11-25 Kyle Harris <kharris@nexus-tech…
302 ixdp425 arm ixp 0ca8eb7 2011-09-22 Kyle Harris <kharris@nexus-tech…
/external/v8/src/
Dfeedback-vector.cc366 FeedbackNexus nexus(this, slot); in ClearSlots() local
367 feedback_updated |= nexus.Clear(); in ClearSlots()
Dobjects-printer.cc1072 FeedbackNexus nexus(this, slot); in FeedbackSlotPrint() local
1073 nexus.Print(os); in FeedbackSlotPrint()
Ddeoptimizer.cc3952 FeedbackNexus nexus(feedback_vector_handle_, feedback_slot_); in DoUpdateFeedback() local
3953 nexus.SetSpeculationMode(SpeculationMode::kDisallowSpeculation); in DoUpdateFeedback()
/external/strace/
DChangeLog-CVS2465 2004-09-05 Phil Blundell <pb@nexus.co.uk>
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt114542 nexus %33447 nˈɛksəs
Dinternal_raw_IPA-old.txt136270 nexus %21543 nˈɛksəs