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

  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 199 __ movl(dst, Immediate(cgen_->ToInteger32(constant_source)));
208 __ movl(dst, Immediate(cgen_->ToInteger32(constant_source)));
lithium-codegen-x64.h 79 int ToInteger32(LConstantOperand* op) const;
lithium-codegen-x64.cc 332 int LCodeGen::ToInteger32(LConstantOperand* op) const {
897 int right_value = ToInteger32(LConstantOperand::cast(right));
953 if (ToInteger32(LConstantOperand::cast(right)) <= 0) {
976 int right_operand = ToInteger32(LConstantOperand::cast(right));
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 87 int ToInteger32(LConstantOperand* op) const;
lithium-codegen-arm.cc 340 int LCodeGen::ToInteger32(LConstantOperand* op) const {
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 230 int ToInteger32(LConstantOperand* op) const;
lithium-codegen-ia32.cc 284 int LCodeGen::ToInteger32(LConstantOperand* op) const {
897 int constant = ToInteger32(LConstantOperand::cast(right));
951 if (ToInteger32(LConstantOperand::cast(right)) <= 0) {
971 int right_operand = ToInteger32(LConstantOperand::cast(right));
    [all...]

Completed in 52 milliseconds