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

1 2

  /external/v8/src/ia32/
macro-assembler-ia32.h 604 // FastAllocate is right now only used for folded allocations. It just
607 void FastAllocate(int object_size, Register result, Register result_end,
609 void FastAllocate(Register object_size, Register result, Register result_end,
    [all...]
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.h 596 // FastAllocate is right now only used for folded allocations. It just
599 void FastAllocate(int object_size, Register result, Register result_end,
601 void FastAllocate(Register object_size, Register result, Register result_end,
    [all...]
macro-assembler-x87.cc     [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 789 // FastAllocate is right now only used for folded allocations. It just
792 void FastAllocate(int object_size, Register result, Register scratch1,
795 void FastAllocate(Register object_size, Register result, Register result_end,
    [all...]
macro-assembler-arm.cc     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.h     [all...]
macro-assembler-arm64.cc     [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 705 // FastAllocate is right now only used for folded allocations. It just
708 void FastAllocate(int object_size, Register result, Register scratch1,
711 void FastAllocate(Register object_size, Register result, Register result_end,
    [all...]
macro-assembler-ppc.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.h     [all...]
macro-assembler-x64.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 68 V(FastAllocate) \
    [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 71 V(FastAllocate) \
633 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 72 V(FastAllocate) \
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 68 V(FastAllocate) \
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 70 V(FastAllocate) \
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 68 V(FastAllocate) \
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 68 V(FastAllocate) \
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 68 V(FastAllocate) \
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 73 V(FastAllocate) \
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 549 // FastAllocate is right now only used for folded allocations. It just
552 void FastAllocate(int object_size, Register result, Register scratch1,
555 void FastAllocate(Register object_size, Register result, Register result_new,
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 582 // FastAllocate is right now only used for folded allocations. It just
585 void FastAllocate(int object_size, Register result, Register scratch1,
588 void FastAllocate(Register object_size, Register result, Register result_new,
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h     [all...]

Completed in 455 milliseconds

1 2