HomeSort by relevance Sort by last modified time
    Searched full:renumber (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/v8/src/ast/
ast-numbering.h 19 bool Renumber(Isolate* isolate, Zone* zone, FunctionLiteral* function);
ast-numbering.cc 26 bool Renumber(FunctionLiteral* node);
556 // you have to separately Renumber() each FunctionLiteral that you compile.
575 bool AstNumberingVisitor::Renumber(FunctionLiteral* node) {
601 bool AstNumbering::Renumber(Isolate* isolate, Zone* zone,
604 return visitor.Renumber(function);
  /frameworks/base/core/java/android/view/
HapticFeedbackConstants.java 60 * This is a private constant. Feel free to renumber as desired.
66 * This is a private constant. Feel free to renumber as desired.
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderProtocol.java 36 * DO NOT RENUMBER THESE!
128 * DO NOT RENUMBER THESE!
177 * DO NOT RENUMBER THESE!
185 * DO NOT RENUMBER THESE!
MediaRouteProviderService.java 83 * Private messages used internally. (Yes, you can renumber these.)
  /frameworks/support/v4/java/android/support/v4/media/
MediaBrowserProtocol.java 49 * DO NOT RENUMBER THESE!
91 * DO NOT RENUMBER THESE!
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
FASerializer.java 79 public String serialize(State s, boolean renumber) {
82 if ( renumber ) {
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 112 // Renumber updates the index of every element of the index list.
125 // Renumber indexes locally after curItr was inserted, but failed to get a new
LiveInterval.cpp 472 /// RenumberValues - Renumber all values in order of appearance and delete the
635 // Update val# info. Renumber them and make sure they all belong to this
645 VNI->id = NumValNos++; // Renumber val#.
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_heap_relax_snode.h 56 // Renumber etree in postorder
SparseLU.h 455 // Renumber etree in postorder
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberUtilTest.java     [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 369 /// Renumber locally after inserting curItr.
392 /// Renumber the index list, providing space for new instructions.
599 // In the latter case we'll force a renumber later.
607 // Renumber locally if we need to.
  /system/core/include/private/
android_filesystem_config.h 38 * DO NOT EVER RENUMBER
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 261 // Renumber instructions in all blocks
317 // Renumber the instructions now that we have a final sort.
  /external/bison/src/
state.h 262 /* Remove unreachable states, renumber remaining states, update NSTATES, and
reduce.c 257 /* Renumber the rules markers in RITEMS. */
425 /* First reduce the nonterminals, as they renumber themselves in the
  /toolchain/binutils/binutils-2.25/bfd/
mep-relocs.pl 26 # include/elf/mep.h and scan the comments therein. It will renumber
  /external/llvm/lib/Target/AArch64/
AArch64BranchRelaxation.cpp 218 /// an unconditional branch. Update data structures and renumber blocks to
490 // Renumber all of the machine basic blocks in the function, guaranteeing that
  /external/bison/
TODO 62 Bison might renumber if the user used number 256. Keep fix and doc?
  /external/ceres-solver/internal/ceres/
reorder_program.cc 281 // Renumber the entries of constraints to be contiguous integers
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 469 // Renumber all of the machine basic blocks in the function, guaranteeing that
849 /// machine function, it upsets all of the block numbers. Renumber the blocks
853 // Renumber the MBB's to keep them consecutive.
873 /// an unconditional branch. Update data structures and renumber blocks to
    [all...]
  /external/v8/src/
compiler.cc     [all...]
compiler.h 656 // Rewrite, analyze scopes, and renumber.
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 414 // Renumber all of the machine basic blocks in the function, guaranteeing that
643 // If we did anything then we need to renumber the subsequent blocks.
    [all...]

Completed in 822 milliseconds

1 2 3 4