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

  /external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc 242 __ mov(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
258 Operand(cgen_->ToRepresentation(constant_source, r)));
lithium-codegen-arm.h 80 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-arm.cc 518 return ToRepresentation(op, Representation::Integer32());
522 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 234 __ li(dst, Operand(cgen_->ToRepresentation(constant_source, r)));
249 Operand(cgen_->ToRepresentation(constant_source, r)));
lithium-codegen-mips.h 79 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-mips.cc 513 return ToRepresentation(op, Representation::Integer32());
517 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h 73 return Immediate(ToRepresentation(LConstantOperand::cast(op), r));
234 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-ia32.cc 514 return ToRepresentation(op, Representation::Integer32());
518 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.h 75 return Immediate(ToRepresentation(LConstantOperand::cast(op), r));
261 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-x87.cc 777 return ToRepresentation(op, Representation::Integer32());
781 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 68 int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const;
lithium-codegen-x64.cc 437 return ToRepresentation(op, Representation::Integer32());
441 int32_t LCodeGen::ToRepresentation(LConstantOperand* op,
    [all...]

Completed in 62 milliseconds