HomeSort by relevance Sort by last modified time
    Searched refs:exponent_type (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/src/
code-stubs.h 812 MathPowStub(Isolate* isolate, ExponentType exponent_type)
814 minor_key_ = ExponentTypeBits::encode(exponent_type);
818 if (exponent_type() == TAGGED) {
820 } else if (exponent_type() == INTEGER) {
824 DCHECK_EQ(DOUBLE, exponent_type());
830 ExponentType exponent_type() const {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 3674 Representation exponent_type = instr->hydrogen()->right()->representation(); local
    [all...]
lithium-arm64.cc 1818 Representation exponent_type = instr->right()->representation(); local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 692 if (exponent_type() == TAGGED) {
700 if (exponent_type() != INTEGER) {
722 if (exponent_type() == INTEGER) {
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 762 if (exponent_type() == TAGGED) {
770 if (exponent_type() != INTEGER) {
803 if (exponent_type() == INTEGER) {
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 759 if (exponent_type() == TAGGED) {
767 if (exponent_type() != INTEGER) {
800 if (exponent_type() == INTEGER) {
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 733 if (exponent_type() == TAGGED) {
741 if (exponent_type() != INTEGER) {
766 if (exponent_type() == INTEGER) {
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 710 if (exponent_type() == TAGGED) {
718 if (exponent_type() != INTEGER) {
741 if (exponent_type() == INTEGER) {
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 3406 Representation exponent_type = instr->hydrogen()->right()->representation(); local
    [all...]
lithium-arm.cc 1618 Representation exponent_type = instr->right()->representation(); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 3268 Representation exponent_type = instr->hydrogen()->right()->representation(); local
    [all...]
lithium-ia32.cc 1584 Representation exponent_type = instr->right()->representation(); local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 3386 Representation exponent_type = instr->hydrogen()->right()->representation(); local
    [all...]
lithium-mips.cc 1565 Representation exponent_type = instr->right()->representation(); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 3592 Representation exponent_type = instr->hydrogen()->right()->representation(); local
    [all...]
lithium-mips64.cc 1571 Representation exponent_type = instr->right()->representation(); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 3676 Representation exponent_type = instr->hydrogen()->right()->representation(); local
    [all...]
lithium-ppc.cc 1596 Representation exponent_type = instr->right()->representation(); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 3577 Representation exponent_type = instr->hydrogen()->right()->representation(); local
    [all...]
lithium-s390.cc 1439 Representation exponent_type = instr->right()->representation(); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 3469 Representation exponent_type = instr->hydrogen()->right()->representation(); local
    [all...]
lithium-x64.cc 1590 Representation exponent_type = instr->right()->representation(); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 3520 Representation exponent_type = instr->hydrogen()->right()->representation(); local
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 697 if (exponent_type() == TAGGED) {
704 if (exponent_type() != INTEGER) {
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 332 if (exponent_type() == TAGGED) {
342 if (exponent_type() != INTEGER) {
    [all...]

Completed in 478 milliseconds

1 2