LookupLiteralRepresentation  329 src/arm/lithium-codegen-arm.cc     Representation r = chunk_->LookupLiteralRepresentation(const_op);
LookupLiteralRepresentation  368 src/arm/lithium-codegen-arm.cc     Representation r = chunk_->LookupLiteralRepresentation(const_op);
LookupLiteralRepresentation  394 src/arm/lithium-codegen-arm.cc   ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
LookupLiteralRepresentation  400 src/arm/lithium-codegen-arm.cc   return chunk_->LookupLiteralRepresentation(op).IsInteger32();
LookupLiteralRepresentation  406 src/arm/lithium-codegen-arm.cc   ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
LookupLiteralRepresentation  423 src/arm/lithium-codegen-arm.cc     Representation r = chunk_->LookupLiteralRepresentation(const_op);
LookupLiteralRepresentation  366 src/ia32/lithium-codegen-ia32.cc   ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
LookupLiteralRepresentation  374 src/ia32/lithium-codegen-ia32.cc   ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
LookupLiteralRepresentation  387 src/ia32/lithium-codegen-ia32.cc   return chunk_->LookupLiteralRepresentation(op).IsInteger32();
LookupLiteralRepresentation  638 src/lithium.h    Representation LookupLiteralRepresentation(LConstantOperand* operand) const;
LookupLiteralRepresentation  297 src/mips/lithium-codegen-mips.cc     Representation r = chunk_->LookupLiteralRepresentation(const_op);
LookupLiteralRepresentation  336 src/mips/lithium-codegen-mips.cc     Representation r = chunk_->LookupLiteralRepresentation(const_op);
LookupLiteralRepresentation  360 src/mips/lithium-codegen-mips.cc   ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());
LookupLiteralRepresentation  366 src/mips/lithium-codegen-mips.cc   return chunk_->LookupLiteralRepresentation(op).IsInteger32();
LookupLiteralRepresentation  372 src/mips/lithium-codegen-mips.cc   ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
LookupLiteralRepresentation  389 src/mips/lithium-codegen-mips.cc     Representation r = chunk_->LookupLiteralRepresentation(const_op);
LookupLiteralRepresentation  314 src/x64/lithium-codegen-x64.cc       chunk_->LookupLiteralRepresentation(op).IsInteger32();
LookupLiteralRepresentation  320 src/x64/lithium-codegen-x64.cc       chunk_->LookupLiteralRepresentation(op).IsTagged();
LookupLiteralRepresentation  326 src/x64/lithium-codegen-x64.cc   ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
LookupLiteralRepresentation  341 src/x64/lithium-codegen-x64.cc   ASSERT(chunk_->LookupLiteralRepresentation(op).IsTagged());