HomeSort by relevance Sort by last modified time
    Searched refs:const_op (Results 1 - 8 of 8) sorted by null

  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 66 void EmitLoadIntegerConstant(LConstantOperand* const_op, Register dst);
lithium-codegen-ppc.cc 388 LConstantOperand* const_op = LConstantOperand::cast(op); local
389 HConstant* constant = chunk_->LookupConstant(const_op);
391 Representation r = chunk_->LookupLiteralRepresentation(const_op);
412 void LCodeGen::EmitLoadIntegerConstant(LConstantOperand* const_op,
414 DCHECK(IsInteger32(const_op));
415 HConstant* constant = chunk_->LookupConstant(const_op);
417 if (IsSmi(const_op)) {
478 LConstantOperand* const_op = LConstantOperand::cast(op); local
479 HConstant* constant = chunk()->LookupConstant(const_op);
480 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 65 void EmitLoadIntegerConstant(LConstantOperand* const_op, Register dst);
lithium-codegen-s390.cc 370 LConstantOperand* const_op = LConstantOperand::cast(op); local
371 HConstant* constant = chunk_->LookupConstant(const_op);
373 Representation r = chunk_->LookupLiteralRepresentation(const_op);
393 void LCodeGen::EmitLoadIntegerConstant(LConstantOperand* const_op,
395 DCHECK(IsInteger32(const_op));
396 HConstant* constant = chunk_->LookupConstant(const_op);
398 if (IsSmi(const_op)) {
450 LConstantOperand* const_op = LConstantOperand::cast(op); local
451 HConstant* constant = chunk()->LookupConstant(const_op);
452 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 396 LConstantOperand* const_op = LConstantOperand::cast(op); local
397 HConstant* constant = chunk_->LookupConstant(const_op);
399 Representation r = chunk_->LookupLiteralRepresentation(const_op);
432 LConstantOperand* const_op = LConstantOperand::cast(op); local
433 HConstant* constant = chunk_->LookupConstant(const_op);
435 Representation r = chunk_->LookupLiteralRepresentation(const_op);
506 LConstantOperand* const_op = LConstantOperand::cast(op); local
507 HConstant* constant = chunk()->LookupConstant(const_op);
508 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 392 LConstantOperand* const_op = LConstantOperand::cast(op); local
393 HConstant* constant = chunk_->LookupConstant(const_op);
395 Representation r = chunk_->LookupLiteralRepresentation(const_op);
431 LConstantOperand* const_op = LConstantOperand::cast(op); local
432 HConstant* constant = chunk_->LookupConstant(const_op);
434 Representation r = chunk_->LookupLiteralRepresentation(const_op);
503 LConstantOperand* const_op = LConstantOperand::cast(op); local
504 HConstant* constant = chunk()->LookupConstant(const_op);
505 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 375 LConstantOperand* const_op = LConstantOperand::cast(op); local
376 HConstant* constant = chunk_->LookupConstant(const_op);
378 Representation r = chunk_->LookupLiteralRepresentation(const_op);
414 LConstantOperand* const_op = LConstantOperand::cast(op); local
415 HConstant* constant = chunk_->LookupConstant(const_op);
417 Representation r = chunk_->LookupLiteralRepresentation(const_op);
488 LConstantOperand* const_op = LConstantOperand::cast(op); local
489 HConstant* constant = chunk()->LookupConstant(const_op);
490 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 1049 LConstantOperand* const_op = LConstantOperand::cast(op); local
1080 LConstantOperand* const_op = LConstantOperand::cast(op); local
    [all...]

Completed in 694 milliseconds