Searched defs:from (Results 1 - 5 of 5) sorted by relevance

/art/test/005-annotations/src/android/test/anno/
H A DIntToString.java10 int from(); method in interface:IntToString
/art/compiler/optimizing/
H A Dparallel_move_resolver.cc105 // Each call to this function performs a move and deletes it from the move
144 // be created but will be "pending" when we return from PerformMove.
159 // move by just returning from this `PerforrmMove`.
191 // We swap 64bits moves before swapping 32bits moves. Go back from the
312 // from changing the constant sources to stack locations.
387 // Each call to this function performs a move and deletes it from the move
489 void ParallelMoveResolverNoSwap::UpdateMoveSource(Location from, Location to) { argument
491 // (from -> to) has been performed. Since we ensure there is no move with the same
492 // destination, (to -> X) can not be blocked while (from -> X) might still be
495 // a dependency between the two. If we update the source location from
[all...]
H A Dregister_allocator.cc580 // (1) Remove interval with the lowest start position from unhandled.
588 // Remember the inactive_ size here since the ones moved to inactive_ from
746 // Only if it's not fixed though, because fixed intervals don't come from SSA.
947 // Only if it's not fixed though, because fixed intervals don't come from SSA.
1048 // Only if it's not fixed though, because fixed intervals don't come from SSA.
1069 // Decrement because we have removed `inactive` from the list.
1109 LiveInterval* RegisterAllocator::SplitBetween(LiveInterval* interval, size_t from, size_t to) { argument
1110 HBasicBlock* block_from = liveness_.GetBlockFromPosition(from / 2);
1145 if ((position > from) && (block_to->GetLifetimeStart() > position)) {
1155 // If `to` is in a loop, find the outermost loop header which does not contain `from`
1620 ConnectSplitSiblings(LiveInterval* interval, HBasicBlock* from, HBasicBlock* to) const argument
[all...]
H A Dssa_liveness_analysis.h390 void SetFrom(size_t from) { argument
392 first_range_->start_ = from;
396 DCHECK(from == defined_by_->GetLifetimePosition());
398 new (allocator_) LiveRange(from, from + 2, nullptr);
964 // we iterate from inner-most to outer-most, which is in increasing liveness order,
1041 // The first interval from which split intervals come from.
/art/test/004-JniTest/src/
H A DMain.java183 private static native boolean nativeIsAssignableFrom(Class<?> from, Class<?> to); argument

Completed in 102 milliseconds