HomeSort by relevance Sort by last modified time
    Searched refs:IsPending (Results 1 - 21 of 21) sorted by null

  /art/compiler/optimizing/
parallel_move_resolver.cc 128 DCHECK(!move->IsPending());
149 if (other_move.Blocks(destination) && !other_move.IsPending()) {
203 DCHECK(other_move->IsPending()) << "move=" << *move << " other_move=" << *other_move;
408 DCHECK(!move->IsPending());
436 if (other_move.Blocks(destination) && !other_move.IsPending()) {
nodes.h     [all...]
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 95 DCHECK(!moves_[index].IsPending());
111 if (other_move.Blocks(destination) && !other_move.IsPending()) {
128 DCHECK(other_move.IsPending());
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 89 DCHECK(!current_move.IsPending());
105 if (other_move.Blocks(destination) && !other_move.IsPending()) {
122 DCHECK(other_move.IsPending());
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 80 DCHECK(!moves_[index].IsPending());
96 if (other_move.Blocks(destination) && !other_move.IsPending()) {
113 DCHECK(other_move.IsPending());
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.cc 80 DCHECK(!moves_[index].IsPending());
96 if (other_move.Blocks(destination) && !other_move.IsPending()) {
113 DCHECK(other_move.IsPending());
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc 82 DCHECK(!moves_[index].IsPending());
98 if (other_move.Blocks(destination) && !other_move.IsPending()) {
115 DCHECK(other_move.IsPending());
  /external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.cc 79 DCHECK(!moves_[index].IsPending());
95 if (other_move.Blocks(destination) && !other_move.IsPending()) {
112 DCHECK(other_move.IsPending());
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 68 DCHECK(!moves_[index].IsPending());
84 if (other_move.Blocks(destination) && !other_move.IsPending()) {
115 DCHECK(other_move.IsPending());
  /external/v8/src/compiler/
gap-resolver.cc 140 DCHECK(!move->IsPending());
159 if (other->IsPending()) continue;
instruction.h 693 bool IsPending() const {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 73 DCHECK(!moves_[index].IsPending());
88 if (other_move.Blocks(destination) && !other_move.IsPending()) {
119 DCHECK(other_move.IsPending());
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 72 DCHECK(!moves_[index].IsPending());
87 if (other_move.Blocks(destination) && !other_move.IsPending()) {
118 DCHECK(other_move.IsPending());
  /external/v8/src/crankshaft/
lithium.h 284 bool IsPending() const {
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 260 milliseconds