HomeSort by relevance Sort by last modified time
    Searched defs:locations (Results 1 - 25 of 342) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/tools/turbolizer/
schedule-view.js 111 var locations = []; variable
113 locations.push({ node_id : id });
115 this.selectLocations(locations, true, true);
  /libcore/luni/src/test/java/libcore/java/net/
OldHttpRetryExceptionTest.java 40 String [] locations = {"file:\\error.txt", "http:\\localhost", local
45 codes[i], locations[i]);
49 assertEquals(locations[i], hre.getLocation());
  /art/compiler/optimizing/
intrinsics.cc 211 LocationSummary* locations = new (invoke->GetBlock()->GetGraph()->GetArena()) LocationSummary( local
214 locations->SetInAt(0, Location::RequiresRegister());
216 locations->AddTemp(first_argument_location);
217 locations->SetOut(return_location);
code_generator_vector_arm.cc 49 // Helper to set up locations for vector unary operations.
51 LocationSummary* locations = new (arena) LocationSummary(instruction); local
60 DCHECK(locations);
100 // Helper to set up locations for vector binary operations.
102 LocationSummary* locations = new (arena) LocationSummary(instruction); local
111 DCHECK(locations);
207 // Helper to set up locations for vector shift operations.
209 LocationSummary* locations = new (arena) LocationSummary(instruction); local
216 DCHECK(locations);
code_generator_vector_arm_vixl.cc 49 // Helper to set up locations for vector unary operations.
51 LocationSummary* locations = new (arena) LocationSummary(instruction); local
60 DCHECK(locations);
100 // Helper to set up locations for vector binary operations.
102 LocationSummary* locations = new (arena) LocationSummary(instruction); local
111 DCHECK(locations);
207 // Helper to set up locations for vector shift operations.
209 LocationSummary* locations = new (arena) LocationSummary(instruction); local
216 DCHECK(locations);
code_generator_vector_mips.cc 49 // Helper to set up locations for vector unary operations.
51 LocationSummary* locations = new (arena) LocationSummary(instruction); local
60 DCHECK(locations);
100 // Helper to set up locations for vector binary operations.
102 LocationSummary* locations = new (arena) LocationSummary(instruction); local
111 DCHECK(locations);
207 // Helper to set up locations for vector shift operations.
209 LocationSummary* locations = new (arena) LocationSummary(instruction); local
216 DCHECK(locations);
code_generator_vector_mips64.cc 49 // Helper to set up locations for vector unary operations.
51 LocationSummary* locations = new (arena) LocationSummary(instruction); local
60 DCHECK(locations);
100 // Helper to set up locations for vector binary operations.
102 LocationSummary* locations = new (arena) LocationSummary(instruction); local
111 DCHECK(locations);
207 // Helper to set up locations for vector shift operations.
209 LocationSummary* locations = new (arena) LocationSummary(instruction); local
216 DCHECK(locations);
code_generator_vector_arm64.cc 35 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
43 locations->SetInAt(0, Location::RequiresRegister());
44 locations->SetOut(Location::RequiresFpuRegister());
48 locations->SetInAt(0, Location::RequiresFpuRegister());
49 locations->SetOut(Location::RequiresFpuRegister(), Location::kNoOutputOverlap);
58 LocationSummary* locations = instruction->GetLocations(); local
59 VRegister dst = VRegisterFrom(locations->Out());
77 __ Dup(dst.V2D(), XRegisterFrom(locations->InAt(0)));
81 __ Dup(dst.V4S(), VRegisterFrom(locations->InAt(0)).V4S(), 0);
85 __ Dup(dst.V2D(), VRegisterFrom(locations->InAt(0)).V2D(), 0)
111 LocationSummary* locations = new (arena) LocationSummary(instruction); local
140 LocationSummary* locations = instruction->GetLocations(); local
158 LocationSummary* locations = instruction->GetLocations(); local
198 LocationSummary* locations = instruction->GetLocations(); local
237 LocationSummary* locations = instruction->GetLocations(); local
261 LocationSummary* locations = new (arena) LocationSummary(instruction); local
286 LocationSummary* locations = instruction->GetLocations(); local
327 LocationSummary* locations = instruction->GetLocations(); local
368 LocationSummary* locations = instruction->GetLocations(); local
409 LocationSummary* locations = instruction->GetLocations(); local
446 LocationSummary* locations = instruction->GetLocations(); local
486 LocationSummary* locations = instruction->GetLocations(); local
520 LocationSummary* locations = instruction->GetLocations(); local
546 LocationSummary* locations = instruction->GetLocations(); local
569 LocationSummary* locations = new (arena) LocationSummary(instruction); local
591 LocationSummary* locations = instruction->GetLocations(); local
624 LocationSummary* locations = instruction->GetLocations(); local
657 LocationSummary* locations = instruction->GetLocations(); local
686 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instr); local
711 LocationSummary* locations = instr->GetLocations(); local
750 LocationSummary* locations = new (arena) LocationSummary(instruction); local
780 LocationSummary* locations = instruction->GetLocations(); local
    [all...]
code_generator_vector_x86.cc 27 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
31 locations->AddTemp(Location::RequiresFpuRegister());
38 locations->SetInAt(0, Location::RequiresRegister());
39 locations->SetOut(Location::RequiresFpuRegister());
43 locations->SetInAt(0, Location::RequiresFpuRegister());
44 locations->SetOut(Location::SameAsFirstInput());
53 LocationSummary* locations = instruction->GetLocations(); local
54 XmmRegister reg = locations->Out().AsFpuRegister<XmmRegister>();
59 __ movd(reg, locations->InAt(0).AsRegister<Register>());
67 __ movd(reg, locations->InAt(0).AsRegister<Register>())
119 LocationSummary* locations = new (arena) LocationSummary(instruction); local
143 LocationSummary* locations = instruction->GetLocations(); local
161 LocationSummary* locations = instruction->GetLocations(); local
210 LocationSummary* locations = instruction->GetLocations(); local
251 LocationSummary* locations = instruction->GetLocations(); local
292 LocationSummary* locations = new (arena) LocationSummary(instruction); local
317 LocationSummary* locations = instruction->GetLocations(); local
358 LocationSummary* locations = instruction->GetLocations(); local
387 LocationSummary* locations = instruction->GetLocations(); local
428 LocationSummary* locations = instruction->GetLocations(); local
461 LocationSummary* locations = instruction->GetLocations(); local
501 LocationSummary* locations = instruction->GetLocations(); local
535 LocationSummary* locations = instruction->GetLocations(); local
569 LocationSummary* locations = instruction->GetLocations(); local
603 LocationSummary* locations = instruction->GetLocations(); local
634 LocationSummary* locations = new (arena) LocationSummary(instruction); local
655 LocationSummary* locations = instruction->GetLocations(); local
684 LocationSummary* locations = instruction->GetLocations(); local
709 LocationSummary* locations = instruction->GetLocations(); local
745 LocationSummary* locations = new (arena) LocationSummary(instruction); local
773 LocationSummary* locations = instruction->GetLocations(); local
    [all...]
code_generator_vector_x86_64.cc 27 LocationSummary* locations = new (GetGraph()->GetArena()) LocationSummary(instruction); local
35 locations->SetInAt(0, Location::RequiresRegister());
36 locations->SetOut(Location::RequiresFpuRegister());
40 locations->SetInAt(0, Location::RequiresFpuRegister());
41 locations->SetOut(Location::SameAsFirstInput());
50 LocationSummary* locations = instruction->GetLocations(); local
51 XmmRegister reg = locations->Out().AsFpuRegister<XmmRegister>();
56 __ movd(reg, locations->InAt(0).AsRegister<CpuRegister>());
64 __ movd(reg, locations->InAt(0).AsRegister<CpuRegister>());
70 __ movd(reg, locations->InAt(0).AsRegister<CpuRegister>())
112 LocationSummary* locations = new (arena) LocationSummary(instruction); local
136 LocationSummary* locations = instruction->GetLocations(); local
154 LocationSummary* locations = instruction->GetLocations(); local
203 LocationSummary* locations = instruction->GetLocations(); local
244 LocationSummary* locations = instruction->GetLocations(); local
285 LocationSummary* locations = new (arena) LocationSummary(instruction); local
310 LocationSummary* locations = instruction->GetLocations(); local
351 LocationSummary* locations = instruction->GetLocations(); local
376 LocationSummary* locations = instruction->GetLocations(); local
417 LocationSummary* locations = instruction->GetLocations(); local
450 LocationSummary* locations = instruction->GetLocations(); local
490 LocationSummary* locations = instruction->GetLocations(); local
524 LocationSummary* locations = instruction->GetLocations(); local
558 LocationSummary* locations = instruction->GetLocations(); local
592 LocationSummary* locations = instruction->GetLocations(); local
623 LocationSummary* locations = new (arena) LocationSummary(instruction); local
644 LocationSummary* locations = instruction->GetLocations(); local
673 LocationSummary* locations = instruction->GetLocations(); local
698 LocationSummary* locations = instruction->GetLocations(); local
734 LocationSummary* locations = new (arena) LocationSummary(instruction); local
762 LocationSummary* locations = instruction->GetLocations(); local
    [all...]
intrinsics.h 99 LocationSummary* locations = invoke->GetLocations(); local
101 // We're moving potentially two or more locations to locations that could overlap, so we need
108 Location actual_loc = locations->InAt(i);
285 // This is done by actually calling the locations builder on the instruction
286 // and clearing out the locations once result is known. We assume this
287 // call only has creating locations as side effects!
register_allocation_resolver.cc 56 // Resolve outputs, including stack locations.
61 LocationSummary* locations = instruction->GetLocations(); local
62 Location location = locations->Out();
68 locations->UpdateOut(location);
72 locations->UpdateOut(location);
130 if (locations->InAt(0).IsUnallocated()) {
131 locations->SetInAt(0, source);
133 DCHECK(locations->InAt(0).Equals(source));
136 locations->UpdateOut(source);
198 // Resolve temp locations
206 LocationSummary* locations = at->GetLocations(); local
243 LocationSummary* locations = safepoint_position->GetLocations(); local
277 LocationSummary* locations = instruction->GetLocations(); local
331 LocationSummary* locations = use->GetUser()->GetLocations(); local
386 LocationSummary* locations = safepoint_position->GetLocations(); local
    [all...]
ssa_liveness_analysis.cc 54 LocationSummary* locations = current->GetLocations(); local
55 if (locations != nullptr && locations->Out().IsValid()) {
72 LocationSummary* locations = current->GetLocations(); local
73 if (locations != nullptr && locations->Out().IsValid()) {
397 LocationSummary* locations = user->GetLocations(); local
398 Location expected = locations->InAt(use->GetInputIndex());
436 LocationSummary* locations = GetDefinedBy()->GetLocations(); local
437 Location out = locations->Out()
    [all...]
register_allocator_test.cc 907 LocationSummary* locations = new (&allocator) LocationSummary(user, LocationSummary::kNoCall); local
    [all...]
graph_visualizer.cc 590 LocationSummary* locations = instruction->GetLocations(); local
591 if (locations != nullptr) {
593 for (size_t i = 0, e = locations->GetInputCount(); i < e; ++i) {
594 DumpLocation(input_list.NewEntryStream(), locations->InAt(i));
596 std::ostream& attr = StartAttributeStream("locations");
598 DumpLocation(attr, locations->Out());
register_allocator_linear_scan.cc 223 LocationSummary* locations = instruction->GetLocations(); local
226 if (locations == nullptr) return;
229 for (size_t i = 0; i < locations->GetTempCount(); ++i) {
230 Location temp = locations->GetTemp(i);
272 if (locations->NeedsSafepoint()) {
284 if (locations->WillCall()) {
288 for (size_t i = 0; i < locations->GetInputCount(); ++i) {
289 Location input = locations->InAt(i);
336 // to ensure we know these locations before doing register allocation. For a
337 // given register, we create an interval that covers these locations. The registe
628 LocationSummary* locations = defined_by->GetLocations(); local
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
Jdk14Logger.java 93 StackTraceElement locations[]=dummyException.getStackTrace(); local
97 if( locations!=null && locations.length >2 ) {
98 StackTraceElement caller=locations[2];
  /frameworks/base/core/tests/coretests/src/android/app/
ApplicationPackageManagerTest.java 189 int[] locations = {PackageInfo.INSTALL_LOCATION_INTERNAL_ONLY, local
192 for (int location : locations) {
215 int[] locations = {PackageInfo.INSTALL_LOCATION_AUTO, local
218 for (int location : locations) {
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
Scope.java 127 List<Location> locations = loc.provideScopeLocation(); local
128 if (locations == null) {
131 for (Location location : locations) {
145 List<Location> locations = null; local
146 while (top != null && (filePath == null || locations == null)) {
148 if (locations == null && provider instanceof LocationScopeProvider) {
149 locations = findAbsoluteLocationFrom(top, (LocationScopeProvider) provider);
156 return new ScopedErrorReport(filePath, locations);
161 List<Location> locations = top.provideScopeLocation(); local
162 if (locations == null || locations.isEmpty())
    [all...]
ScopedException.java 106 List<Location> locations = new ArrayList<Location>(); local
133 locations.add(loc);
141 new ScopedErrorReport(Strings.isNullOrEmpty(file) ? null : file.trim(), locations));
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextActionTest.java 194 assertNull("Text locations should not be populated by default",
204 final RectF[] locations = Arrays.copyOf(parcelables, parcelables.length, RectF[].class); local
205 assertEquals(text.getText().length(), locations.length);
207 for (int i = 0; i < locations.length; i++) {
208 assertEquals(locations[0].top, locations[i].top);
209 assertEquals(locations[0].bottom, locations[i].bottom);
210 assertTrue(locations[i].right > locations[i].left)
    [all...]
  /art/runtime/jit/
profile_saver.cc 218 // Resolve any new registered locations.
247 const std::set<std::string>& locations = it.second; local
250 if (locations.find(ref.dex_file->GetBaseLocation()) != locations.end()) {
255 if (locations.find(classes.GetBaseLocation()) != locations.end()) {
281 // Resolve any new registered locations.
305 const std::set<std::string>& locations = it.second; local
309 jit_code_cache_->GetProfiledMethods(locations, profile_methods);
448 // Add the code_paths to the tracked locations
623 const std::set<std::string>& locations = it.second; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestSemanticPredicates.java 878 Map<Integer, Set<Token>> locations = insuffPredMsg.altToLocations; local
879 Set actualAlts = locations.keySet();
  /external/llvm/include/llvm/Object/
StackMapParser.h 208 /// Get the number of locations contained in this record.
220 /// Begin iterator for locations.
225 /// End iterator for locations.
230 /// Iterator range for locations.
231 iterator_range<location_iterator> locations() const { function in class:llvm::StackMapV1Parser::LocationKind::RecordAccessor
  /external/stressapptest/src/
os.cc 172 // Returns a list of locations corresponding to HD devices.
175 list<string> locations; local
176 return locations;

Completed in 861 milliseconds

1 2 3 4 5 6 7 8 91011>>