Searched defs:to (Results 1 - 7 of 7) sorted by relevance

/art/build/
H A DAndroid.common_utils.mk10 # Unless required by applicable law or agreed to in writing, software
24 art-string-to-uppercase = $(shell echo $(1) | tr '[:lower:]' '[:upper:]')
/art/test/005-annotations/src/android/test/anno/
H A DIntToString.java11 String to(); method in interface:IntToString
/art/compiler/optimizing/
H A Dparallel_move_resolver.cc10 * Unless required by applicable law or agreed to in writing, software
24 // Perform a linear sweep of the moves to add them to the initial list of
25 // moves to perform, ignoring any move that is redundant (the source is
43 // Skip constants to perform them last. They don't block other moves
91 // `move` is non-pair, we need to extract which register to use.
105 // Each call to this function performs a move and deletes it from the move
107 // mark a move as "pending" on entry to PerformMove in order to detec
489 UpdateMoveSource(Location from, Location to) argument
[all...]
H A Dnodes.cc10 * Unless required by applicable law or agreed to in writing, software
69 // We only need to update the successor, which might be live.
111 // Step (4) requires dead blocks to be removed from the
115 // (4) Simplify the CFG now, so that we don't need to recompute
192 // Insert a new node between `block` and `successor` to split the
197 // Use `InsertBetween` to ensure the predecessor index and successor index of
214 // to just look at the pre header to know which locals are initialized at entry of the
247 // generate the suspend check at the back edge, but needs to be careful with
248 // loop phi spill slots (which are not written to a
1252 HBasicBlock* to = at->SplitAfter(invoke); local
[all...]
H A Dregister_allocator.cc10 * Unless required by applicable law or agreed to in writing, software
105 // Check that the linear order is still correct with regards to lifetime positions.
151 // Iterate post-order, to ensure the list is sorted, and the last added interval
171 // Fixed interval is added to inactive_ instead of unhandled_.
174 // Fixed interval is never split and never moves to unhandled_.
191 // Fixed interval is added to inactive_ instead of unhandled_.
194 // Fixed interval is never split and never moves to unhandled_.
251 // TODO: We do this here because we do not want the suspend check to artificially
260 // We add a synthesized range at this position to record the live registers
262 // are updated, but we currently need to kno
1109 SplitBetween(LiveInterval* interval, size_t from, size_t to) argument
[all...]
/art/test/
H A DAndroid.run-test.mk9 # Unless required by applicable law or agreed to in writing, software
25 # The art-run-tests module, used to build all run-tests into an image.
49 # Helper to create individual build targets for tests. Must be called with $(eval).
83 # The build system use this flag to pick up files generated by declare-make-art-run-test.
94 # General rules to build and run a run-test.
199 # Convert's a rule name to the form used in variables, e.g. no-relocate to NO_RELOCATE
200 define name-to-var
202 endef # name-to-var
219 # Note 116-nodex2oat is not broken per-se it just doesn't (and isn't meant to) wor
[all...]
/art/test/004-JniTest/src/
H A DMain.java10 * Unless required by applicable law or agreed to in writing, software
183 private static native boolean nativeIsAssignableFrom(Class<?> from, Class<?> to); argument

Completed in 191 milliseconds