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 412 LConstantOperand* const_op = LConstantOperand::cast(op); local
413 HConstant* constant = chunk_->LookupConstant(const_op);
415 Representation r = chunk_->LookupLiteralRepresentation(const_op);
436 void LCodeGen::EmitLoadIntegerConstant(LConstantOperand* const_op,
438 DCHECK(IsInteger32(const_op));
439 HConstant* constant = chunk_->LookupConstant(const_op);
441 if (IsSmi(const_op)) {
502 LConstantOperand* const_op = LConstantOperand::cast(op); local
503 HConstant* constant = chunk()->LookupConstant(const_op);
504 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 396 LConstantOperand* const_op = LConstantOperand::cast(op); local
397 HConstant* constant = chunk_->LookupConstant(const_op);
399 Representation r = chunk_->LookupLiteralRepresentation(const_op);
419 void LCodeGen::EmitLoadIntegerConstant(LConstantOperand* const_op,
421 DCHECK(IsInteger32(const_op));
422 HConstant* constant = chunk_->LookupConstant(const_op);
424 if (IsSmi(const_op)) {
476 LConstantOperand* const_op = LConstantOperand::cast(op); local
477 HConstant* constant = chunk()->LookupConstant(const_op);
478 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 404 LConstantOperand* const_op = LConstantOperand::cast(op); local
405 HConstant* constant = chunk_->LookupConstant(const_op);
407 Representation r = chunk_->LookupLiteralRepresentation(const_op);
440 LConstantOperand* const_op = LConstantOperand::cast(op); local
441 HConstant* constant = chunk_->LookupConstant(const_op);
443 Representation r = chunk_->LookupLiteralRepresentation(const_op);
514 LConstantOperand* const_op = LConstantOperand::cast(op); local
515 HConstant* constant = chunk()->LookupConstant(const_op);
516 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 419 LConstantOperand* const_op = LConstantOperand::cast(op); local
420 HConstant* constant = chunk_->LookupConstant(const_op);
422 Representation r = chunk_->LookupLiteralRepresentation(const_op);
458 LConstantOperand* const_op = LConstantOperand::cast(op); local
459 HConstant* constant = chunk_->LookupConstant(const_op);
461 Representation r = chunk_->LookupLiteralRepresentation(const_op);
530 LConstantOperand* const_op = LConstantOperand::cast(op); local
531 HConstant* constant = chunk()->LookupConstant(const_op);
532 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 402 LConstantOperand* const_op = LConstantOperand::cast(op); local
403 HConstant* constant = chunk_->LookupConstant(const_op);
405 Representation r = chunk_->LookupLiteralRepresentation(const_op);
441 LConstantOperand* const_op = LConstantOperand::cast(op); local
442 HConstant* constant = chunk_->LookupConstant(const_op);
444 Representation r = chunk_->LookupLiteralRepresentation(const_op);
515 LConstantOperand* const_op = LConstantOperand::cast(op); local
516 HConstant* constant = chunk()->LookupConstant(const_op);
517 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 1058 LConstantOperand* const_op = LConstantOperand::cast(op); local
1089 LConstantOperand* const_op = LConstantOperand::cast(op); local
    [all...]

Completed in 87 milliseconds