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

  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 240 __ mov(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
256 Operand(cgen_->ToRepresentation(constant_source, r)));
lithium-codegen-arm.h 72 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-arm.cc 481 return ToRepresentation(op, Representation::Integer32());
485 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 63 return Immediate(ToRepresentation(LConstantOperand::cast(op), r));
226 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-ia32.cc 408 return ToRepresentation(op, Representation::Integer32());
412 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 233 __ li(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
248 Operand(cgen_->ToRepresentation(constant_source, r)));
lithium-codegen-mips.h 72 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-mips.cc 497 return ToRepresentation(op, Representation::Integer32());
501 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 66 return Immediate(ToRepresentation(LConstantOperand::cast(op), r));
254 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-x87.cc 676 return ToRepresentation(op, Representation::Integer32());
680 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 71 intptr_t ToRepresentation(LConstantOperand* op,
lithium-codegen-ppc.cc 469 return ToRepresentation(op, Representation::Integer32());
473 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 70 intptr_t ToRepresentation(LConstantOperand* op,
lithium-codegen-s390.cc 446 return ToRepresentation(op, Representation::Integer32());
449 intptr_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 62 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-x64.cc 449 return ToRepresentation(op, Representation::Integer32());
453 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]

Completed in 167 milliseconds