/external/chromium_org/v8/src/ |
objects.cc | 2061 Representation representation = value->OptimalRepresentation(value_type); local 3938 Representation representation = details.representation(); local 3962 Representation representation = lookup->representation(); local 5773 Representation representation = details.representation(); local 8039 Representation representation = local [all...] |
json-parser.h | 412 Representation expected_representation = details.representation(); 415 // If the target representation is double and the value is already
|
objects-debug.cc | 333 Representation r = descriptors->GetDetails(i).representation(); [all...] |
objects-inl.h | 269 Representation representation) { 271 if (!representation.IsDouble()) return this; [all...] |
/external/chromium_org/v8/src/arm/ |
macro-assembler-arm.h | 164 void Load(Register dst, const MemOperand& src, Representation r); 165 void Store(Register src, const MemOperand& dst, Representation r); [all...] |
lithium-codegen-arm.cc | 406 Representation r = chunk_->LookupLiteralRepresentation(const_op); 441 Representation r = chunk_->LookupLiteralRepresentation(const_op); 483 return ToRepresentation(op, Representation::Integer32()); 488 const Representation& r) const { 514 Representation r = chunk_->LookupLiteralRepresentation(const_op); 4162 Representation representation = instr->representation(); local [all...] |
stub-cache-arm.cc | 319 Representation representation) { 320 ASSERT(!FLAG_track_double_fields || !representation.IsDouble()); 471 Representation representation = details.representation(); local 472 ASSERT(!representation.IsNone()); 479 } else if (FLAG_track_fields && representation.IsSmi()) { 481 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) { 483 } else if (FLAG_track_double_fields && representation.IsDouble()) 639 Representation representation = lookup->representation(); local [all...] |
/external/chromium_org/v8/src/x64/ |
macro-assembler-x64.h | [all...] |
stub-cache-x64.cc | 344 Representation representation) { 345 ASSERT(!FLAG_track_double_fields || !representation.IsDouble()); 888 Representation representation = details.representation(); local 1037 Representation representation = lookup->representation(); local [all...] |
lithium-codegen-x64.cc | 3956 Representation representation = instr->representation(); local 3971 __ Store(MemOperand(object, offset), value, representation); local 4041 __ Store(FieldOperand(write_register, offset), value, representation); local 4053 __ Store(FieldOperand(write_register, offset), value, representation); local [all...] |
/external/chromium_org/v8/src/mips/ |
lithium-codegen-mips.cc | 384 Representation r = chunk_->LookupLiteralRepresentation(const_op); 422 Representation r = chunk_->LookupLiteralRepresentation(const_op); 462 return ToRepresentation(op, Representation::Integer32()); 467 const Representation& r) const { 493 Representation r = chunk_->LookupLiteralRepresentation(const_op); 4085 Representation representation = instr->representation(); local [all...] |
stub-cache-mips.cc | 311 Representation representation) { 312 ASSERT(!FLAG_track_double_fields || !representation.IsDouble()); 459 Representation representation = details.representation(); local 460 ASSERT(!representation.IsNone()); 466 } else if (FLAG_track_fields && representation.IsSmi()) { 468 } else if (FLAG_track_heap_object_fields && representation.IsHeapObject()) { 470 } else if (FLAG_track_double_fields && representation.IsDouble()) 627 Representation representation = lookup->representation(); local [all...] |
macro-assembler-mips.h | 282 void Load(Register dst, const MemOperand& src, Representation r); 283 void Store(Register src, const MemOperand& dst, Representation r); [all...] |
/external/chromium_org/v8/src/ia32/ |
stub-cache-ia32.cc | 369 Representation representation) { 370 ASSERT(!FLAG_track_double_fields || !representation.IsDouble()); 902 Representation representation = details.representation(); local 1077 Representation representation = lookup->representation(); local [all...] |
lithium-codegen-ia32.cc | 765 return ToRepresentation(op, Representation::Integer32()); 770 const Representation& r) const { 4408 Representation representation = instr->representation(); local [all...] |
lithium-ia32.h | 733 return hydrogen()->representation().IsDouble(); 2266 Representation representation() const { function in class:v8::internal::V8_FINAL [all...] |
macro-assembler-ia32.cc | 58 void MacroAssembler::Load(Register dst, const Operand& src, Representation r) { 74 void MacroAssembler::Store(Register src, const Operand& dst, Representation r) { [all...] |
/external/v8/src/arm/ |
lithium-codegen-arm.cc | 326 Representation r = chunk_->LookupLiteralRepresentation(const_op); 364 Representation r = chunk_->LookupLiteralRepresentation(const_op); 419 Representation r = chunk_->LookupLiteralRepresentation(const_op); [all...] |
lithium-arm.h | [all...] |
/external/v8/src/mips/ |
lithium-codegen-mips.cc | 296 Representation r = chunk_->LookupLiteralRepresentation(const_op); 334 Representation r = chunk_->LookupLiteralRepresentation(const_op); 387 Representation r = chunk_->LookupLiteralRepresentation(const_op); [all...] |
lithium-mips.h | [all...] |
/external/v8/src/ia32/ |
lithium-ia32.h | [all...] |
lithium-codegen-ia32.cc | [all...] |
/external/v8/src/x64/ |
lithium-x64.h | [all...] |
lithium-codegen-x64.cc | [all...] |