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

  /external/v8/src/
field-index-inl.h 44 inline FieldIndex FieldIndex::ForLoadByFieldIndex(Map* map, int orig_index) {
45 int field_index = orig_index;
61 DCHECK(result.GetLoadByFieldIndex() == orig_index);
  /external/pcre/dist2/src/sljit/
sljitNativeTILEGX_64.c 627 int orig_index = inst_buf_index; local
663 inst_buf_index = orig_index - 1;
683 if ((orig_index - 1) == 2) {
686 } else if ((orig_index - 1) == 1) {
723 inst_buf_index = orig_index - 1;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.cc 2570 const unsigned int orig_index = index; local
    [all...]

Completed in 352 milliseconds