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

12

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h643 // FastAllocate is right now only used for folded allocations. It just
646 void FastAllocate(int object_size, Register result, Register result_end,
648 void FastAllocate(Register object_size, Register result, Register result_end,
H A Dmacro-assembler-ia32.cc1736 void MacroAssembler::FastAllocate(int object_size, Register result, function in class:v8::internal::MacroAssembler
1760 void MacroAssembler::FastAllocate(Register object_size, Register result, function in class:v8::internal::MacroAssembler
/external/v8/src/x87/
H A Dmacro-assembler-x87.h632 // FastAllocate is right now only used for folded allocations. It just
635 void FastAllocate(int object_size, Register result, Register result_end,
637 void FastAllocate(Register object_size, Register result, Register result_end,
H A Dmacro-assembler-x87.cc1678 void MacroAssembler::FastAllocate(int object_size, Register result, function in class:v8::internal::MacroAssembler
1702 void MacroAssembler::FastAllocate(Register object_size, Register result, function in class:v8::internal::MacroAssembler
/external/v8/src/arm/
H A Dmacro-assembler-arm.h783 // FastAllocate is right now only used for folded allocations. It just
786 void FastAllocate(int object_size, Register result, Register scratch1,
789 void FastAllocate(Register object_size, Register result, Register result_end,
H A Dmacro-assembler-arm.cc2177 void MacroAssembler::FastAllocate(Register object_size, Register result,
2224 void MacroAssembler::FastAllocate(int object_size, Register result,
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h714 // FastAllocate is right now only used for folded allocations. It just
717 void FastAllocate(int object_size, Register result, Register scratch1,
720 void FastAllocate(Register object_size, Register result, Register result_end,
H A Dmacro-assembler-ppc.cc1983 void MacroAssembler::FastAllocate(Register object_size, Register result, function in class:v8::internal::MacroAssembler
2036 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,
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h1351 // FastAllocate is right now only used for folded allocations. It just
1354 void FastAllocate(Register object_size, Register result, Register result_end,
1357 void FastAllocate(int object_size, Register result, Register scratch1,
H A Dmacro-assembler-arm64.cc3189 void MacroAssembler::FastAllocate(int object_size, Register result, function in class:v8::internal::MacroAssembler
3223 void MacroAssembler::FastAllocate(Register object_size, Register result, function in class:v8::internal::MacroAssembler
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h69 V(FastAllocate) \
2377 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
H A Dlithium-codegen-arm.cc5186 __ FastAllocate(size, result, scratch1, scratch2, flags);
5189 __ FastAllocate(size, result, scratch1, scratch2, flags);
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h73 V(FastAllocate) \
2389 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h69 V(FastAllocate) \
2337 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h71 V(FastAllocate) \
2383 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h69 V(FastAllocate) \
2308 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h69 V(FastAllocate) \
2158 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h69 V(FastAllocate) \
2374 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h74 V(FastAllocate) \
2385 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
/external/v8/src/mips/
H A Dmacro-assembler-mips.h558 // FastAllocate is right now only used for folded allocations. It just
561 void FastAllocate(int object_size, Register result, Register scratch1,
564 void FastAllocate(Register object_size, Register result, Register result_new,
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h590 // FastAllocate is right now only used for folded allocations. It just
593 void FastAllocate(int object_size, Register result, Register scratch1,
596 void FastAllocate(Register object_size, Register result, Register result_new,
/external/v8/src/s390/
H A Dmacro-assembler-s390.h968 // FastAllocate is right now only used for folded allocations. It just
971 void FastAllocate(int object_size, Register result, Register scratch1,
974 void FastAllocate(Register object_size, Register result, Register result_end,
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h72 V(FastAllocate) \
641 DECLARE_CONCRETE_INSTRUCTION(FastAllocate, "fast-allocate")
H A Dlithium-codegen-arm64.cc1520 __ FastAllocate(size, result, scratch1, scratch2, flags);
1523 __ FastAllocate(size, result, scratch1, scratch2, flags);

Completed in 320 milliseconds

12