Home
last modified time | relevance | path

Searched refs:not_string (Results 1 – 15 of 15) 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/builtins/
Dbuiltins-conversion.cc183 Label not_string(&assembler); in Generate_ToString() local
185 &not_string); in Generate_ToString()
190 assembler.Bind(&not_string); in Generate_ToString()
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1455 Label* not_string, in IsObjectJSStringType() argument
1461 DCHECK((string != NULL) || (not_string != NULL)); in IsObjectJSStringType()
1463 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType()
1464 } else if (not_string == NULL) { in IsObjectJSStringType()
1467 TestAndBranchIfAnySet(type.W(), kIsNotStringMask, not_string); in IsObjectJSStringType()
Dmacro-assembler-arm64.h1502 Label* not_string, Label* string = NULL);
/external/v8/src/x64/
Dmacro-assembler-x64.h785 Label* not_string,
Dmacro-assembler-x64.cc2528 Label* not_string, in JumpIfNotString() argument
2531 j(is_smi, not_string, near_jump); in JumpIfNotString()
2533 j(above_equal, not_string, near_jump); in JumpIfNotString()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2012 Label not_string; in DoBranch() local
2014 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE)); in DoBranch()
2018 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1853 Label not_string; in DoBranch() local
1855 __ B(ge, &not_string); in DoBranch()
1859 __ Bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1915 Label not_string; in DoBranch() local
1917 __ j(above_equal, &not_string, Label::kNear); in DoBranch()
1921 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2117 Label not_string; in DoBranch() local
2119 __ b(ge, &not_string); in DoBranch()
2124 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2055 Label not_string; in DoBranch() local
2057 __ j(above_equal, &not_string, Label::kNear); in DoBranch()
2061 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2133 Label not_string; in DoBranch() local
2135 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE)); in DoBranch()
2139 __ bind(&not_string); in DoBranch()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2197 Label not_string; in DoShiftI() local
2199 __ bge(&not_string, Label::kNear); in DoShiftI()
2204 __ bind(&not_string); in DoShiftI()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2193 Label not_string; in DoShiftI() local
2195 __ bge(&not_string); in DoShiftI()
2200 __ bind(&not_string); in DoShiftI()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2186 Label not_string; in DoBranch() local
2188 __ j(above_equal, &not_string, Label::kNear); in DoBranch()
2192 __ bind(&not_string); in DoBranch()