Home
last modified time | relevance | path

Searched refs:not_js_object (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/x87/
Dcode-stubs-x87.cc2250 Label slow, not_js_object; in Generate() local
2257 __ JumpIfSmi(object, &not_js_object); in Generate()
2258 __ IsObjectJSObjectType(object, map, scratch, &not_js_object); in Generate()
2364 __ bind(&not_js_object); in Generate()
/external/v8/src/arm64/
Dcode-stubs-arm64.cc1447 Label not_js_object, slow; in Generate() local
1464 __ JumpIfSmi(object, &not_js_object); in Generate()
1465 __ IsObjectJSObjectType(object, map, scratch2, &not_js_object); in Generate()
1556 __ Bind(&not_js_object); in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc1315 Label slow, loop, is_instance, is_not_instance, not_js_object; in Generate() local
1323 __ JumpIfSmi(object, &not_js_object); in Generate()
1324 __ IsObjectJSObjectType(object, map, scratch, &not_js_object); in Generate()
1436 __ bind(&not_js_object); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc1432 Label slow, loop, is_instance, is_not_instance, not_js_object; in Generate() local
1440 __ JumpIfSmi(object, &not_js_object); in Generate()
1441 __ IsObjectJSObjectType(object, map, scratch, &not_js_object); in Generate()
1537 __ bind(&not_js_object); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc1433 Label slow, loop, is_instance, is_not_instance, not_js_object; in Generate() local
1441 __ JumpIfSmi(object, &not_js_object); in Generate()
1442 __ IsObjectJSObjectType(object, map, scratch, &not_js_object); in Generate()
1538 __ bind(&not_js_object); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc2559 Label slow, not_js_object; in Generate() local
2566 __ JumpIfSmi(object, &not_js_object); in Generate()
2567 __ IsObjectJSObjectType(object, map, scratch, &not_js_object); in Generate()
2673 __ bind(&not_js_object); in Generate()