Home
last modified time | relevance | path

Searched refs:not_string (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-subst-std.cpp96 typedef basic_string<char, std::char_traits<char>, std::allocator<char> > not_string; typedef
97 void f(not_string) { } in f() argument
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1439 Label* not_string, in IsObjectJSStringType() argument
1445 DCHECK((string != NULL) || (not_string != NULL)); in IsObjectJSStringType()
1447 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType()
1448 } else if (not_string == NULL) { in IsObjectJSStringType()
1451 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType()
Dcode-stubs-arm64.cc3789 Label not_string, slow_string; in Generate() local
3791 __ B(hs, &not_string); in Generate()
3801 __ Bind(&not_string); in Generate()
3835 Label not_string; in Generate() local
3836 __ JumpIfObjectType(x0, x1, x1, FIRST_NONSTRING_TYPE, &not_string, hs); in Generate()
3840 __ Bind(&not_string); in Generate()
Dmacro-assembler-arm64.h1491 Label* not_string, Label* string = NULL);
/external/v8/src/x64/
Dcode-stubs-x64.cc2984 Label not_string, slow_string; in Generate() local
2988 __ j(above_equal, &not_string, Label::kNear); in Generate()
3001 __ bind(&not_string); in Generate()
3041 Label not_string; in Generate() local
3045 __ j(above_equal, &not_string, Label::kNear); in Generate()
3047 __ bind(&not_string); in Generate()
Dmacro-assembler-x64.h759 Label* not_string,
Dmacro-assembler-x64.cc2437 Label* not_string, in JumpIfNotString() argument
2440 j(is_smi, not_string, near_jump); in JumpIfNotString()
2442 j(above_equal, not_string, near_jump); in JumpIfNotString()
/external/v8/src/x87/
Dcode-stubs-x87.cc2756 Label not_string, slow_string; in Generate() local
2760 __ j(above_equal, &not_string, Label::kNear); in Generate()
2773 __ bind(&not_string); in Generate()
2813 Label not_string; in Generate() local
2817 __ j(above_equal, &not_string, Label::kNear); in Generate()
2819 __ bind(&not_string); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc3046 Label not_string, slow_string; in Generate() local
3050 __ j(above_equal, &not_string, Label::kNear); in Generate()
3063 __ bind(&not_string); in Generate()
3103 Label not_string; in Generate() local
3107 __ j(above_equal, &not_string, Label::kNear); in Generate()
3109 __ bind(&not_string); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc3188 Label not_string, slow_string; in Generate() local
3189 __ Branch(&not_string, hs, a1, Operand(FIRST_NONSTRING_TYPE)); in Generate()
3200 __ bind(&not_string); in Generate()
3235 Label not_string; in Generate() local
3239 __ Branch(&not_string, ge, a1, Operand(FIRST_NONSTRING_TYPE)); in Generate()
3242 __ bind(&not_string); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc3220 Label not_string, slow_string; in Generate() local
3221 __ Branch(&not_string, hs, a1, Operand(FIRST_NONSTRING_TYPE)); in Generate()
3232 __ bind(&not_string); in Generate()
3267 Label not_string; in Generate() local
3271 __ Branch(&not_string, ge, a1, Operand(FIRST_NONSTRING_TYPE)); in Generate()
3274 __ bind(&not_string); in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc3028 Label not_string, slow_string; in Generate() local
3030 __ b(hs, &not_string); in Generate()
3040 __ bind(&not_string); in Generate()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc3171 Label not_string, slow_string; in Generate() local
3173 __ bge(&not_string); in Generate()
3183 __ bind(&not_string); in Generate()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2110 Label not_string; in DoBranch() local
2112 __ j(above_equal, &not_string, Label::kNear); in DoBranch()
2116 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2161 Label not_string; in DoBranch() local
2163 __ b(ge, &not_string); in DoBranch()
2168 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1839 Label not_string; in DoBranch() local
1841 __ B(ge, &not_string); in DoBranch()
1845 __ Bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2068 Label not_string; in DoBranch() local
2070 __ j(above_equal, &not_string, Label::kNear); in DoBranch()
2074 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2057 Label not_string; in DoBranch() local
2059 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE)); in DoBranch()
2063 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2340 Label not_string; in DoBranch() local
2342 __ j(above_equal, &not_string, Label::kNear); in DoBranch()
2346 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2175 Label not_string; in DoBranch() local
2177 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE)); in DoBranch()
2181 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2196 Label not_string; in DoShiftI() local
2198 __ bge(&not_string); in DoShiftI()
2203 __ bind(&not_string); in DoShiftI()