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

/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc473 Label not_js_object; local
475 __ j(below, &not_js_object, Label::kNear);
481 __ bind(&not_js_object);
5127 Label slow, not_js_object; local
5134 __ JumpIfSmi(object, &not_js_object);
5135 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
5250 __ bind(&not_js_object);
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc2129 Label slow, loop, is_instance, is_not_instance, not_js_object; local
2137 __ JumpIfSmi(object, &not_js_object);
2138 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
2236 __ bind(&not_js_object);
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc3350 Label slow, not_js_object; local
3357 __ JumpIfSmi(object, &not_js_object);
3358 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
3458 __ bind(&not_js_object);
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc2201 Label slow, loop, is_instance, is_not_instance, not_js_object; local
2209 __ JumpIfSmi(object, &not_js_object);
2210 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
2306 __ bind(&not_js_object);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc455 Label not_js_object; local
457 __ j(below, &not_js_object, Label::kNear);
463 __ bind(&not_js_object);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc4078 Label slow, loop, is_instance, is_not_instance, not_js_object; local
4086 __ JumpIfSmi(object, &not_js_object);
4087 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
4185 __ bind(&not_js_object);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc4259 Label slow, loop, is_instance, is_not_instance, not_js_object; local
4267 __ JumpIfSmi(object, &not_js_object);
4268 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
4364 __ bind(&not_js_object);

Completed in 242 milliseconds