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

/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc3199 Label slow, loop, is_instance, is_not_instance, not_js_object; local
3207 __ JumpIfSmi(object, &not_js_object);
3208 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
3306 __ bind(&not_js_object);
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc5015 Label slow, not_js_object; local
5022 __ JumpIfSmi(object, &not_js_object);
5023 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
5123 __ 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/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/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);
/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/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc3527 Label slow, loop, is_instance, is_not_instance, not_js_object; local
3535 __ JumpIfSmi(object, &not_js_object);
3536 __ IsObjectJSObjectType(object, map, scratch, &not_js_object);
3632 __ bind(&not_js_object);

Completed in 1944 milliseconds