/external/v8/test/cctest/ |
test-representation.cc | 55 TestPairPositive(Representation::Integer32(), Representation::None()); 66 TestPairPositive(Representation::Integer32(), Representation::Integer8()); 77 TestPairPositive(Representation::Integer32(), Representation::UInteger8()); 88 TestPairPositive(Representation::Integer32(), Representation::Integer16()); 99 TestPairPositive(Representation::Integer32(), Representation::UInteger16()); 110 TestPairPositive(Representation::Integer32(), Representation::Smi()); 115 TestPairNegative(Representation::None(), Representation::Integer32()); 116 TestPairNegative(Representation::Integer8(), Representation::Integer32()); 117 TestPairNegative(Representation::UInteger8(), Representation::Integer32()); 118 TestPairNegative(Representation::Integer16(), Representation::Integer32()); [all...] |
test-macro-assembler-x64.cc | [all...] |
/external/v8/src/ |
property-details-inl.h | 20 if (type->Is(Type::Signed32())) return Representation::Integer32();
|
hydrogen-instructions.h | [all...] |
conversions.h | 166 // Integer32 is an integer that can be represented as a signed 32-bit 168 // We also have to check for negative 0 as it is not an Integer32.
|
hydrogen-instructions.cc | 68 Representation::Integer32(), h_infer, "use requirements"); 98 if (int32_count > 0) return Representation::Integer32(); 200 Representation r = Representation::Integer32(); 1047 if (r.is_more_general_than(Representation::Integer32())) { 1048 r = Representation::Integer32(); [all...] |
property-details.h | 83 static Representation Integer32() { return Representation(kInteger32); }
|
/external/v8/src/arm/ |
interface-descriptors-arm.cc | 169 Representation::Tagged(), Representation::Integer32()}; 191 Representation::Integer32()}; 291 Representation::Integer32(), // actual number of arguments 292 Representation::Integer32(), // expected number of arguments
|
lithium-gap-resolver-arm.cc | 240 ? Representation::Smi() : Representation::Integer32(); 255 ? Representation::Smi() : Representation::Integer32();
|
/external/v8/src/arm64/ |
interface-descriptors-arm64.cc | 201 Representation::Tagged(), Representation::Integer32()}; 222 Representation::Integer32()}; 336 Representation::Integer32(), // actual number of arguments 337 Representation::Integer32(), // expected number of arguments
|
lithium-codegen-arm64.cc | [all...] |
/external/v8/src/ia32/ |
interface-descriptors-ia32.cc | 171 Representation::Tagged(), Representation::Integer32()}; 192 Representation::Integer32()}; 277 Representation::Integer32(), // actual number of arguments 278 Representation::Integer32(), // expected number of arguments
|
lithium-gap-resolver-ia32.cc | 287 ? Representation::Smi() : Representation::Integer32(); 311 ? Representation::Smi() : Representation::Integer32();
|
lithium-codegen-ia32.cc | 514 return ToRepresentation(op, Representation::Integer32()); [all...] |
/external/v8/src/mips/ |
interface-descriptors-mips.cc | 169 Representation::Tagged(), Representation::Integer32()}; 191 Representation::Integer32()}; 276 Representation::Integer32(), // actual number of arguments 277 Representation::Integer32(), // expected number of arguments
|
lithium-gap-resolver-mips.cc | 232 ? Representation::Smi() : Representation::Integer32(); 246 ? Representation::Smi() : Representation::Integer32();
|
/external/v8/src/mips64/ |
interface-descriptors-mips64.cc | 169 Representation::Tagged(), Representation::Integer32()}; 191 Representation::Integer32()}; 276 Representation::Integer32(), // actual number of arguments 277 Representation::Integer32(), // expected number of arguments
|
lithium-codegen-mips64.cc | 458 // return ToRepresentation(op, Representation::Integer32()); [all...] |
/external/v8/src/x64/ |
interface-descriptors-x64.cc | 171 Representation::Tagged(), Representation::Integer32()}; 193 Representation::Integer32()}; 278 Representation::Integer32(), // actual number of arguments 279 Representation::Integer32(), // expected number of arguments
|
/external/v8/src/x87/ |
interface-descriptors-x87.cc | 171 Representation::Tagged(), Representation::Integer32()}; 192 Representation::Integer32()}; 277 Representation::Integer32(), // actual number of arguments 278 Representation::Integer32(), // expected number of arguments
|
lithium-gap-resolver-x87.cc | 287 ? Representation::Smi() : Representation::Integer32(); 307 ? Representation::Smi() : Representation::Integer32();
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-145961.js | 28 // This test causes the operands to be passed in as Integer32 registers.
|
/external/v8/test/mjsunit/ |
math-min-max.js | 138 // Integer32 representation. 165 // Minus zero as Integer32.
|
/external/tcpdump/ |
print-snmp.c | 968 ok = (elem->data.integer >= smiRange->minValue.value.integer32 969 && elem->data.integer <= smiRange->maxValue.value.integer32); 1144 if (nn->value.value.integer32 [all...] |
/prebuilts/misc/common/swig/include/2.0.11/modula3/ |
modula3.swg | 175 %typemap(m3wraptype) long, const long & "Integer32.T" [all...] |