/external/chromium_org/v8/test/cctest/ |
H A D | 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...] |
H A D | test-macro-assembler-x64.cc | 2645 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::Integer32()); 2650 __ Load(rdx, Operand(rsp, 0 * kPointerSize), Representation::Integer32());
|
/external/chromium_org/v8/src/ |
H A D | property-details-inl.h | 20 if (type->Is(Type::Signed32())) return Representation::Integer32();
|
H A D | hydrogen-instructions.h | 1730 set_representation(Representation::Integer32()); 1760 set_representation(Representation::Integer32()); 1775 return Representation::Integer32(); 2612 return Representation::Integer32(); 2657 set_representation(Representation::Integer32()); 2661 set_representation(Representation::Integer32()); 3570 if (HasInteger32Value()) return Representation::Integer32(); 3829 ? Representation::Integer32() : new_rep; 3916 ? Representation::Integer32() 3986 set_representation(Representation::Integer32()); [all...] |
H A D | property-details.h | 83 static Representation Integer32() { return Representation(kInteger32); } function in class:v8::internal::Representation
|
H A D | 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(); 1432 return Representation::Integer32(); 1561 left, Representation::Integer32(), false, false)); 1569 Representation::Integer32(), right->block()->zone())); 1578 right, Representation::Integer32(), false, false)); 1739 // bound is Integer32 [all...] |
H A D | hydrogen.cc | 1678 mask->ChangeRepresentation(Representation::Integer32()); 10181 Representation::Integer32());
|
/external/chromium_org/v8/src/arm/ |
H A D | 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
|
H A D | lithium-gap-resolver-arm.cc | 240 ? Representation::Smi() : Representation::Integer32(); 255 ? Representation::Smi() : Representation::Integer32();
|
H A D | lithium-codegen-arm.cc | 518 return ToRepresentation(op, Representation::Integer32());
|
/external/chromium_org/v8/src/arm64/ |
H A D | 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
|
H A D | lithium-codegen-arm64.cc | 3686 Representation::Integer32()); 3838 // never get set by the negation. This is therefore the same as the Integer32 5411 Representation::Integer32());
|
/external/chromium_org/v8/src/ia32/ |
H A D | 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
|
H A D | lithium-gap-resolver-ia32.cc | 287 ? Representation::Smi() : Representation::Integer32(); 311 ? Representation::Smi() : Representation::Integer32();
|
H A D | lithium-codegen-ia32.cc | 514 return ToRepresentation(op, Representation::Integer32()); 1811 Representation::Integer32()); 1871 Representation::Integer32());
|
/external/chromium_org/v8/src/mips/ |
H A D | 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
|
H A D | lithium-gap-resolver-mips.cc | 232 ? Representation::Smi() : Representation::Integer32(); 246 ? Representation::Smi() : Representation::Integer32();
|
H A D | lithium-codegen-mips.cc | 513 return ToRepresentation(op, Representation::Integer32());
|
/external/chromium_org/v8/src/mips64/ |
H A D | 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
|
H A D | lithium-codegen-mips64.cc | 458 // return ToRepresentation(op, Representation::Integer32()); 3005 representation = Representation::Integer32(); 4189 representation = Representation::Integer32(); 4438 representation = Representation::Integer32();
|
/external/chromium_org/v8/src/x64/ |
H A D | 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
|
H A D | lithium-codegen-x64.cc | 437 return ToRepresentation(op, Representation::Integer32()); 3001 representation = Representation::Integer32(); 4167 representation = Representation::Integer32();
|
/external/chromium_org/v8/src/x87/ |
H A D | 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
|
H A D | lithium-gap-resolver-x87.cc | 287 ? Representation::Smi() : Representation::Integer32(); 307 ? Representation::Smi() : Representation::Integer32();
|
H A D | lithium-codegen-x87.cc | 777 return ToRepresentation(op, Representation::Integer32()); 2079 Representation::Integer32()); 2139 Representation::Integer32());
|