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

/external/clang/test/CodeGenCXX/
H A Dmangle-subst-std.cpp96 typedef basic_string<char, std::char_traits<char>, std::allocator<char> > not_string; typedef
97 void f(not_string) { }
/external/v8/src/arm64/
H A Dbuiltins-arm64.cc2831 Label not_string; local
2835 __ B(hs, &not_string);
2838 __ Bind(&not_string);
H A Dmacro-assembler-arm64-inl.h1455 Label* not_string,
1461 DCHECK((string != NULL) || (not_string != NULL));
1463 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string);
1464 } else if (not_string == NULL) {
1467 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string);
1453 IsObjectJSStringType(Register object, Register type, Label* not_string, Label* string) argument
H A Dcode-stubs-arm64.cc3068 Label not_string; local
3069 __ JumpIfObjectType(x0, x1, x1, FIRST_NONSTRING_TYPE, &not_string, hs);
3073 __ Bind(&not_string);
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc2705 Label not_string; local
2709 __ j(above_equal, &not_string, Label::kNear);
2712 __ bind(&not_string);
H A Dcode-stubs-ia32.cc2414 Label not_string; local
2418 __ j(above_equal, &not_string, Label::kNear);
2420 __ bind(&not_string);
/external/v8/src/mips/
H A Dbuiltins-mips.cc2817 Label not_string; local
2821 __ Branch(&not_string, hs, a1, Operand(FIRST_NONSTRING_TYPE));
2824 __ bind(&not_string);
H A Dcode-stubs-mips.cc2601 Label not_string; local
2605 __ Branch(&not_string, ge, a1, Operand(FIRST_NONSTRING_TYPE));
2608 __ bind(&not_string);
/external/v8/src/mips64/
H A Dbuiltins-mips64.cc2803 Label not_string; local
2807 __ Branch(&not_string, hs, a1, Operand(FIRST_NONSTRING_TYPE));
2810 __ bind(&not_string);
H A Dcode-stubs-mips64.cc2611 Label not_string; local
2615 __ Branch(&not_string, ge, a1, Operand(FIRST_NONSTRING_TYPE));
2618 __ bind(&not_string);
/external/v8/src/x64/
H A Dbuiltins-x64.cc2132 Label not_string; local
2136 __ j(above_equal, &not_string, Label::kNear);
2139 __ bind(&not_string);
H A Dcode-stubs-x64.cc2360 Label not_string; local
2364 __ j(above_equal, &not_string, Label::kNear);
2366 __ bind(&not_string);
H A Dmacro-assembler-x64.cc2525 Label* not_string,
2528 j(is_smi, not_string, near_jump);
2530 j(above_equal, not_string, near_jump);
2523 JumpIfNotString(Register object, Register object_map, Label* not_string, Label::Distance near_jump) argument
/external/v8/src/x87/
H A Dbuiltins-x87.cc2729 Label not_string; local
2733 __ j(above_equal, &not_string, Label::kNear);
2736 __ bind(&not_string);
H A Dcode-stubs-x87.cc2136 Label not_string; local
2140 __ j(above_equal, &not_string, Label::kNear);
2142 __ bind(&not_string);
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc2118 Label not_string; local
2120 __ b(ge, &not_string);
2125 __ bind(&not_string);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc1845 Label not_string; local
1847 __ B(ge, &not_string);
1851 __ Bind(&not_string);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc1916 Label not_string; local
1918 __ j(above_equal, &not_string, Label::kNear);
1922 __ bind(&not_string);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc1988 Label not_string; local
1990 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE));
1994 __ bind(&not_string);
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc2107 Label not_string; local
2109 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE));
2113 __ bind(&not_string);
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc2160 Label not_string; local
2162 __ bge(&not_string);
2167 __ bind(&not_string);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc2159 Label not_string; local
2161 __ bge(&not_string, Label::kNear);
2166 __ bind(&not_string);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc2055 Label not_string; local
2057 __ j(above_equal, &not_string, Label::kNear);
2061 __ bind(&not_string);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc2188 Label not_string; local
2190 __ j(above_equal, &not_string, Label::kNear);
2194 __ bind(&not_string);

Completed in 765 milliseconds