Searched refs:BumpSystemStackPointer (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h1243 void MacroAssembler::BumpSystemStackPointer(const Operand& space) { function in class:v8::internal::MacroAssembler
1492 BumpSystemStackPointer(size);
1512 BumpSystemStackPointer(size);
1531 BumpSystemStackPointer(size);
H A Dmacro-assembler-arm64.h895 inline void BumpSystemStackPointer(const Operand& space);
1853 // update csp on every push (using BumpSystemStackPointer), so determining its
H A Dmacro-assembler-arm64.cc1211 BumpSystemStackPointer(total_size);
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2174 BumpSystemStackPointer(count * size);
2224 BumpSystemStackPointer(size);
2389 void MacroAssembler::BumpSystemStackPointer(const Operand& space) { function in class:vixl::aarch64::MacroAssembler
H A Dmacro-assembler-aarch64.h2876 void BumpSystemStackPointer(const Operand& space);
2992 // update sp on every push (using BumpSystemStackPointer), so determining its

Completed in 87 milliseconds