/external/clang/test/CodeGenCXX/ |
D | mangle-subst-std.cpp | 96 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/ |
D | macro-assembler-arm64-inl.h | 1439 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()
|
D | code-stubs-arm64.cc | 3789 Label not_string, slow_string; in Generate() local 3791 __ B(hs, ¬_string); in Generate() 3801 __ Bind(¬_string); in Generate() 3835 Label not_string; in Generate() local 3836 __ JumpIfObjectType(x0, x1, x1, FIRST_NONSTRING_TYPE, ¬_string, hs); in Generate() 3840 __ Bind(¬_string); in Generate()
|
D | macro-assembler-arm64.h | 1491 Label* not_string, Label* string = NULL);
|
/external/v8/src/x64/ |
D | code-stubs-x64.cc | 2984 Label not_string, slow_string; in Generate() local 2988 __ j(above_equal, ¬_string, Label::kNear); in Generate() 3001 __ bind(¬_string); in Generate() 3041 Label not_string; in Generate() local 3045 __ j(above_equal, ¬_string, Label::kNear); in Generate() 3047 __ bind(¬_string); in Generate()
|
D | macro-assembler-x64.h | 759 Label* not_string,
|
D | macro-assembler-x64.cc | 2437 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/ |
D | code-stubs-x87.cc | 2756 Label not_string, slow_string; in Generate() local 2760 __ j(above_equal, ¬_string, Label::kNear); in Generate() 2773 __ bind(¬_string); in Generate() 2813 Label not_string; in Generate() local 2817 __ j(above_equal, ¬_string, Label::kNear); in Generate() 2819 __ bind(¬_string); in Generate()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 3046 Label not_string, slow_string; in Generate() local 3050 __ j(above_equal, ¬_string, Label::kNear); in Generate() 3063 __ bind(¬_string); in Generate() 3103 Label not_string; in Generate() local 3107 __ j(above_equal, ¬_string, Label::kNear); in Generate() 3109 __ bind(¬_string); in Generate()
|
/external/v8/src/mips/ |
D | code-stubs-mips.cc | 3188 Label not_string, slow_string; in Generate() local 3189 __ Branch(¬_string, hs, a1, Operand(FIRST_NONSTRING_TYPE)); in Generate() 3200 __ bind(¬_string); in Generate() 3235 Label not_string; in Generate() local 3239 __ Branch(¬_string, ge, a1, Operand(FIRST_NONSTRING_TYPE)); in Generate() 3242 __ bind(¬_string); in Generate()
|
/external/v8/src/mips64/ |
D | code-stubs-mips64.cc | 3220 Label not_string, slow_string; in Generate() local 3221 __ Branch(¬_string, hs, a1, Operand(FIRST_NONSTRING_TYPE)); in Generate() 3232 __ bind(¬_string); in Generate() 3267 Label not_string; in Generate() local 3271 __ Branch(¬_string, ge, a1, Operand(FIRST_NONSTRING_TYPE)); in Generate() 3274 __ bind(¬_string); in Generate()
|
/external/v8/src/arm/ |
D | code-stubs-arm.cc | 3028 Label not_string, slow_string; in Generate() local 3030 __ b(hs, ¬_string); in Generate() 3040 __ bind(¬_string); in Generate()
|
/external/v8/src/ppc/ |
D | code-stubs-ppc.cc | 3171 Label not_string, slow_string; in Generate() local 3173 __ bge(¬_string); in Generate() 3183 __ bind(¬_string); in Generate()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 2110 Label not_string; in DoBranch() local 2112 __ j(above_equal, ¬_string, Label::kNear); in DoBranch() 2116 __ bind(¬_string); in DoBranch()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 2161 Label not_string; in DoBranch() local 2163 __ b(ge, ¬_string); in DoBranch() 2168 __ bind(¬_string); in DoBranch()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1839 Label not_string; in DoBranch() local 1841 __ B(ge, ¬_string); in DoBranch() 1845 __ Bind(¬_string); in DoBranch()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 2068 Label not_string; in DoBranch() local 2070 __ j(above_equal, ¬_string, Label::kNear); in DoBranch() 2074 __ bind(¬_string); in DoBranch()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 2057 Label not_string; in DoBranch() local 2059 __ Branch(¬_string, ge , at, Operand(FIRST_NONSTRING_TYPE)); in DoBranch() 2063 __ bind(¬_string); in DoBranch()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2340 Label not_string; in DoBranch() local 2342 __ j(above_equal, ¬_string, Label::kNear); in DoBranch() 2346 __ bind(¬_string); in DoBranch()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2175 Label not_string; in DoBranch() local 2177 __ Branch(¬_string, ge , at, Operand(FIRST_NONSTRING_TYPE)); in DoBranch() 2181 __ bind(¬_string); in DoBranch()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2196 Label not_string; in DoShiftI() local 2198 __ bge(¬_string); in DoShiftI() 2203 __ bind(¬_string); in DoShiftI()
|