Searched refs:FastAllocate (Results 1 - 25 of 36) sorted by relevance

12

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h604 // 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,
H A Dmacro-assembler-ia32.cc1531 void MacroAssembler::FastAllocate(int object_size, Register result, function in class:v8::internal::MacroAssembler
1555 void MacroAssembler::FastAllocate(Register object_size, Register result, function in class:v8::internal::MacroAssembler
/external/v8/src/x87/
H A Dmacro-assembler-x87.h596 // 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,
H A Dmacro-assembler-x87.cc1473 void MacroAssembler::FastAllocate(int object_size, Register result, function in class:v8::internal::MacroAssembler
1497 void MacroAssembler::FastAllocate(Register object_size, Register result, function in class:v8::internal::MacroAssembler
/external/v8/src/arm/
H A Dmacro-assembler-arm.h789 // 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,
H A Dmacro-assembler-arm.cc2183 void MacroAssembler::FastAllocate(Register object_size, Register result,
2230 void MacroAssembler::FastAllocate(int object_size, Register result,
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h1335 // FastAllocate is right now only used for folded allocations. It just
1338 void FastAllocate(Register object_size, Register result, Register result_end,
1341 void FastAllocate(int object_size, Register result, Register scratch1,
H A Dmacro-assembler-arm64.cc3082 void MacroAssembler::FastAllocate(int object_size, Register result, function in class:v8::internal::MacroAssembler
3116 void MacroAssembler::FastAllocate(Register object_size, Register result, function in class:v8::internal::MacroAssembler
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h705 // 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,
H A Dmacro-assembler-ppc.cc1836 void MacroAssembler::FastAllocate(Register object_size, Register result, function in class:v8::internal::MacroAssembler
1889 void MacroAssembler::FastAllocate(int object_size, Register result, function in class:v8::internal::MacroAssembler
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1311 // FastAllocate is right now only used for folded allocations. It just
1314 void FastAllocate(int object_size, Register result, Register result_end,
1317 void FastAllocate(Register object_size, Register result, Register result_end,
H A Dmacro-assembler-x64.cc4823 void MacroAssembler::FastAllocate(int object_size, Register result, function in class:MacroAssembler
4840 void MacroAssembler::FastAllocate(Register object_size, Register result, function in class:MacroAssembler
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h68 V(FastAllocate) \
2220 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
H A Dlithium-codegen-arm.cc5038 __ FastAllocate(size, result, scratch1, scratch2, flags);
5041 __ FastAllocate(size, result, scratch1, scratch2, flags);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h71 V(FastAllocate) \
633 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h72 V(FastAllocate) \
2233 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h68 V(FastAllocate) \
2179 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h70 V(FastAllocate) \
2225 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h68 V(FastAllocate) \
2154 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h68 V(FastAllocate) \
1997 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h68 V(FastAllocate) \
2215 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h73 V(FastAllocate) \
2229 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/mips/
H A Dmacro-assembler-mips.h549 // 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,
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h582 // 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,
/external/v8/src/s390/
H A Dmacro-assembler-s390.h1014 // FastAllocate is right now only used for folded allocations. It just
1017 void FastAllocate(int object_size, Register result, Register scratch1,
1020 void FastAllocate(Register object_size, Register result, Register result_end,

Completed in 1691 milliseconds

12