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

  /external/chromium_org/v8/src/
ic.h 438 MISS
458 GenerateMiss(masm, MISS);
461 GenerateMiss(masm, MISS);
644 GenerateMiss(masm, MISS);
builtins.cc     [all...]
ic.cc 289 // an inline cache miss for the builtins object after lazily loading
    [all...]
  /external/chromium_org/v8/src/arm/
ic-arm.cc 72 Label* miss) {
82 __ JumpIfSmi(receiver, miss);
86 __ b(lt, miss);
91 GenerateGlobalInstanceTypeCheck(masm, t1, miss);
97 __ b(ne, miss);
103 __ b(ne, miss);
109 // elements: Property dictionary. It is not clobbered if a jump to the miss
111 // name: Property name. It is not clobbered if a jump to the miss label is
113 // result: Register for the result. It is only updated if a jump to the miss
115 // one of these in the case of not jumping to the miss label
349 Label number, non_number, non_string, boolean, probe, miss; local
428 Label miss; local
640 Label miss; local
675 Label miss; local
1101 Label miss; local
1525 Label miss; local
    [all...]
  /external/chromium_org/v8/src/ia32/
ic-ia32.cc 67 Label* miss) {
75 __ JumpIfSmi(receiver, miss);
81 __ j(below, miss);
86 GenerateGlobalInstanceTypeCheck(masm, r0, miss);
92 __ j(not_zero, miss);
95 __ CheckMap(r0, masm->isolate()->factory()->hash_table_map(), miss,
592 Label miss; local
603 &miss, // When not a string.
604 &miss, // When not a number.
605 &miss, // When index out of range
937 Label number, non_number, non_string, boolean, probe, miss; local
1022 Label miss; local
1288 Label miss; local
1291 __ j(NegateCondition(cond), &miss); local
1323 Label miss; local
1465 Label miss, restore_miss; local
    [all...]
  /external/chromium_org/v8/src/mips/
ic-mips.cc 69 Label* miss) {
79 __ JumpIfSmi(receiver, miss);
83 __ Branch(miss, lt, scratch1, Operand(FIRST_SPEC_OBJECT_TYPE));
88 GenerateGlobalInstanceTypeCheck(masm, scratch1, miss);
94 __ Branch(miss, ne, scratch1, Operand(zero_reg));
99 __ Branch(miss, ne, scratch1, Operand(scratch0));
105 // elements: Property dictionary. It is not clobbered if a jump to the miss
107 // name: Property name. It is not clobbered if a jump to the miss label is
109 // result: Register for the result. It is only updated if a jump to the miss
111 // one of these in the case of not jumping to the miss label
354 Label number, non_number, non_string, boolean, probe, miss; local
430 Label miss; local
640 Label miss; local
675 Label miss; local
1113 Label miss; local
1533 Label miss; local
    [all...]
  /external/chromium_org/v8/src/x64/
ic-x64.cc 67 Label* miss) {
74 __ JumpIfSmi(receiver, miss);
80 __ j(below, miss);
85 GenerateGlobalInstanceTypeCheck(masm, r0, miss);
91 __ j(not_zero, miss);
96 __ j(not_equal, miss);
521 Label miss; local
532 &miss, // When not a string.
533 &miss, // When not a number.
534 &miss, // When index out of range
817 Label number, non_number, non_string, boolean, probe, miss; local
905 Label miss; local
1138 Label miss; local
1141 __ j(NegateCondition(cond), &miss); local
1347 Label miss; local
1492 Label miss; local
    [all...]
  /external/grub/netboot/
depca.c 278 #define MISS 0x1000 /* Missed packet */

Completed in 244 milliseconds