Searched defs:not_string (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmangle-subst-std.cpp95 typedef basic_string<char, std::char_traits<char>, std::allocator<char> > not_string; typedef
96 void f(not_string) { }
/external/v8/src/arm/
H A Dcode-stubs-arm.cc6498 Label not_string, done; local
6499 __ JumpIfSmi(arg, &not_string);
6505 __ bind(&not_string);
H A Dlithium-codegen-arm.cc1681 Label not_string; local
1683 __ b(ge, &not_string);
1688 __ bind(&not_string);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc486 Label not_string; local
488 __ j(above_equal, &not_string, Label::kNear);
491 __ bind(&not_string);
5818 Label not_string, done; local
5819 __ JumpIfSmi(arg, &not_string);
5825 __ bind(&not_string);
H A Dlithium-codegen-ia32.cc1502 Label not_string; local
1504 __ j(above_equal, &not_string, Label::kNear);
1508 __ bind(&not_string);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc6724 Label not_string, done; local
6725 __ JumpIfSmi(arg, &not_string);
6731 __ bind(&not_string);
H A Dlithium-codegen-mips.cc1533 Label not_string; local
1535 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE));
1539 __ bind(&not_string);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc468 Label not_string; local
470 __ j(above_equal, &not_string, Label::kNear);
473 __ bind(&not_string);
4788 Label not_string, done; local
4789 __ JumpIfSmi(arg, &not_string);
4795 __ bind(&not_string);
H A Dlithium-codegen-x64.cc1464 Label not_string; local
1466 __ j(above_equal, &not_string, Label::kNear);
1470 __ bind(&not_string);

Completed in 1318 milliseconds