Searched defs:ToRepresentation (Results 1 - 7 of 7) sorted by relevance
/external/v8/src/crankshaft/arm/ |
H A D | lithium-codegen-arm.cc | 477 return ToRepresentation(op, Representation::Integer32()); 481 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-codegen-ia32.cc | 404 return ToRepresentation(op, Representation::Integer32()); 408 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen 1333 ToRepresentation(LConstantOperand::cast(right), 1530 int offset = ToRepresentation(LConstantOperand::cast(index), 1590 int value = ToRepresentation(LConstantOperand::cast(instr->value()), 1617 int32_t offset = ToRepresentation(LConstantOperand::cast(right),
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-codegen-mips.cc | 474 return ToRepresentation(op, Representation::Integer32()); 478 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-codegen-ppc.cc | 449 return ToRepresentation(op, Representation::Integer32()); 453 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-codegen-s390.cc | 425 return ToRepresentation(op, Representation::Integer32()); 428 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-codegen-x64.cc | 446 return ToRepresentation(op, Representation::Integer32()); 450 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen 1394 ToRepresentation(LConstantOperand::cast(right), 1561 ToRepresentation(LConstantOperand::cast(right), 1711 ToRepresentation(LConstantOperand::cast(right), 1733 ToRepresentation(LConstantOperand::cast(right), 1773 ToRepresentation(LConstantOperand::cast(right),
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-codegen-x87.cc | 672 return ToRepresentation(op, Representation::Integer32()); 676 int32_t LCodeGen::ToRepresentation(LConstantOperand* op, function in class:v8::internal::LCodeGen 1634 ToRepresentation(LConstantOperand::cast(right), 1807 int offset = ToRepresentation(LConstantOperand::cast(index), 1867 int value = ToRepresentation(LConstantOperand::cast(instr->value()), 1894 int32_t offset = ToRepresentation(LConstantOperand::cast(right),
|
Completed in 171 milliseconds