Searched refs:orig_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dfield-index-inl.h50 inline FieldIndex FieldIndex::ForLoadByFieldIndex(Map* map, int orig_index) { argument
51 int field_index = orig_index;
67 DCHECK(result.GetLoadByFieldIndex() == orig_index);
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX_64.c630 int orig_index = inst_buf_index; local
666 inst_buf_index = orig_index - 1;
686 if ((orig_index - 1) == 2) {
689 } else if ((orig_index - 1) == 1) {
726 inst_buf_index = orig_index - 1;

Completed in 91 milliseconds