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

  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 410 LConstantOperand* const_op = LConstantOperand::cast(op); local
411 HConstant* constant = chunk_->LookupConstant(const_op);
413 Representation r = chunk_->LookupLiteralRepresentation(const_op);
446 LConstantOperand* const_op = LConstantOperand::cast(op); local
447 HConstant* constant = chunk_->LookupConstant(const_op);
449 Representation r = chunk_->LookupLiteralRepresentation(const_op);
520 LConstantOperand* const_op = LConstantOperand::cast(op); local
521 HConstant* constant = chunk()->LookupConstant(const_op);
522 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 1105 LConstantOperand* const_op = LConstantOperand::cast(op); local
1136 LConstantOperand* const_op = LConstantOperand::cast(op); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 407 LConstantOperand* const_op = LConstantOperand::cast(op); local
408 HConstant* constant = chunk_->LookupConstant(const_op);
410 Representation r = chunk_->LookupLiteralRepresentation(const_op);
446 LConstantOperand* const_op = LConstantOperand::cast(op); local
447 HConstant* constant = chunk_->LookupConstant(const_op);
449 Representation r = chunk_->LookupLiteralRepresentation(const_op);
518 LConstantOperand* const_op = LConstantOperand::cast(op); local
519 HConstant* constant = chunk()->LookupConstant(const_op);
520 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 390 LConstantOperand* const_op = LConstantOperand::cast(op); local
391 HConstant* constant = chunk_->LookupConstant(const_op);
393 Representation r = chunk_->LookupLiteralRepresentation(const_op);
429 LConstantOperand* const_op = LConstantOperand::cast(op); local
430 HConstant* constant = chunk_->LookupConstant(const_op);
432 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/ppc/
lithium-codegen-ppc.cc 400 LConstantOperand* const_op = LConstantOperand::cast(op); local
401 HConstant* constant = chunk_->LookupConstant(const_op);
403 Representation r = chunk_->LookupLiteralRepresentation(const_op);
424 void LCodeGen::EmitLoadIntegerConstant(LConstantOperand* const_op,
426 DCHECK(IsInteger32(const_op));
427 HConstant* constant = chunk_->LookupConstant(const_op);
429 if (IsSmi(const_op)) {
490 LConstantOperand* const_op = LConstantOperand::cast(op); local
491 HConstant* constant = chunk()->LookupConstant(const_op);
492 Representation r = chunk_->LookupLiteralRepresentation(const_op);
    [all...]

Completed in 102 milliseconds