Searched refs:hit_on_nth_entry (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/ic/arm/
H A Dic-arm.cc502 Label hit_on_nth_entry[kEntriesPerBucket]; local
517 __ b(eq, &hit_on_nth_entry[i]);
537 __ bind(&hit_on_nth_entry[i]);
/external/v8/src/ic/arm64/
H A Dic-arm64.cc517 Label hit_on_nth_entry[kEntriesPerBucket]; local
532 __ B(eq, &hit_on_nth_entry[i]);
550 __ Bind(&hit_on_nth_entry[i]);
/external/v8/src/ic/ia32/
H A Dic-ia32.cc394 Label hit_on_nth_entry[kEntriesPerBucket]; local
409 __ j(equal, &hit_on_nth_entry[i]);
430 __ bind(&hit_on_nth_entry[i]);
/external/v8/src/ic/mips/
H A Dic-mips.cc511 Label hit_on_nth_entry[kEntriesPerBucket]; local
523 __ Branch(&hit_on_nth_entry[i], eq, key, Operand(t1));
540 __ bind(&hit_on_nth_entry[i]);
/external/v8/src/ic/mips64/
H A Dic-mips64.cc511 Label hit_on_nth_entry[kEntriesPerBucket]; local
523 __ Branch(&hit_on_nth_entry[i], eq, key, Operand(a5));
540 __ bind(&hit_on_nth_entry[i]);
/external/v8/src/ic/x64/
H A Dic-x64.cc328 Label hit_on_nth_entry[kEntriesPerBucket]; local
341 __ j(equal, &hit_on_nth_entry[i]);
357 __ bind(&hit_on_nth_entry[i]);
/external/v8/src/ic/x87/
H A Dic-x87.cc396 Label hit_on_nth_entry[kEntriesPerBucket]; local
411 __ j(equal, &hit_on_nth_entry[i]);
432 __ bind(&hit_on_nth_entry[i]);

Completed in 90 milliseconds