Searched refs:not_string (Results 1 - 21 of 21) 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 Dmacro-assembler-arm64-inl.h1439 Label* not_string,
1445 DCHECK((string != NULL) || (not_string != NULL));
1447 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string);
1448 } else if (not_string == NULL) {
1451 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string);
1437 IsObjectJSStringType(Register object, Register type, Label* not_string, Label* string) argument
H A Dcode-stubs-arm64.cc3789 Label not_string, slow_string; local
3791 __ B(hs, &not_string);
3801 __ Bind(&not_string);
3835 Label not_string; local
3836 __ JumpIfObjectType(x0, x1, x1, FIRST_NONSTRING_TYPE, &not_string, hs);
3840 __ Bind(&not_string);
H A Dmacro-assembler-arm64.h1488 // Jumps to not_string or string appropriate. If the appropriate label is
1491 Label* not_string, Label* string = NULL);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc3046 Label not_string, slow_string; local
3050 __ j(above_equal, &not_string, Label::kNear);
3063 __ bind(&not_string);
3103 Label not_string; local
3107 __ j(above_equal, &not_string, Label::kNear);
3109 __ bind(&not_string);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3188 Label not_string, slow_string; local
3189 __ Branch(&not_string, hs, a1, Operand(FIRST_NONSTRING_TYPE));
3200 __ bind(&not_string);
3235 Label not_string; local
3239 __ Branch(&not_string, ge, a1, Operand(FIRST_NONSTRING_TYPE));
3242 __ bind(&not_string);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc3220 Label not_string, slow_string; local
3221 __ Branch(&not_string, hs, a1, Operand(FIRST_NONSTRING_TYPE));
3232 __ bind(&not_string);
3267 Label not_string; local
3271 __ Branch(&not_string, ge, a1, Operand(FIRST_NONSTRING_TYPE));
3274 __ bind(&not_string);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc2984 Label not_string, slow_string; local
2988 __ j(above_equal, &not_string, Label::kNear);
3001 __ bind(&not_string);
3041 Label not_string; local
3045 __ j(above_equal, &not_string, Label::kNear);
3047 __ bind(&not_string);
H A Dmacro-assembler-x64.h759 Label* not_string,
H A Dmacro-assembler-x64.cc2437 Label* not_string,
2440 j(is_smi, not_string, near_jump);
2442 j(above_equal, not_string, near_jump);
2435 JumpIfNotString(Register object, Register object_map, Label* not_string, Label::Distance near_jump) argument
/external/v8/src/x87/
H A Dcode-stubs-x87.cc2756 Label not_string, slow_string; local
2760 __ j(above_equal, &not_string, Label::kNear);
2773 __ bind(&not_string);
2813 Label not_string; local
2817 __ j(above_equal, &not_string, Label::kNear);
2819 __ bind(&not_string);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc3028 Label not_string, slow_string; local
3030 __ b(hs, &not_string);
3040 __ bind(&not_string);
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc2161 Label not_string; local
2163 __ b(ge, &not_string);
2168 __ bind(&not_string);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc1839 Label not_string; local
1841 __ B(ge, &not_string);
1845 __ Bind(&not_string);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc2068 Label not_string; local
2070 __ j(above_equal, &not_string, Label::kNear);
2074 __ bind(&not_string);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc2057 Label not_string; local
2059 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE));
2063 __ bind(&not_string);
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc2175 Label not_string; local
2177 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE));
2181 __ bind(&not_string);
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc2196 Label not_string; local
2198 __ bge(&not_string);
2203 __ bind(&not_string);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc2110 Label not_string; local
2112 __ j(above_equal, &not_string, Label::kNear);
2116 __ bind(&not_string);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc2340 Label not_string; local
2342 __ j(above_equal, &not_string, Label::kNear);
2346 __ bind(&not_string);
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc3171 Label not_string, slow_string; local
3173 __ bge(&not_string);
3183 __ bind(&not_string);

Completed in 703 milliseconds