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

/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h1230 void MacroAssembler::BumpSystemStackPointer(const Operand& space) { function in class:v8::internal::MacroAssembler
1515 BumpSystemStackPointer(size);
1534 BumpSystemStackPointer(size);
1553 BumpSystemStackPointer(size);
H A Dmacro-assembler-arm64.h829 inline void BumpSystemStackPointer(const Operand& space);
1969 // update csp on every push (using BumpSystemStackPointer), so determining its
H A Dmacro-assembler-arm64.cc1192 BumpSystemStackPointer(total_size);
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc1826 BumpSystemStackPointer(count * size);
1877 BumpSystemStackPointer(size);
2025 void MacroAssembler::BumpSystemStackPointer(const Operand& space) { function in class:vixl::MacroAssembler
H A Dmacro-assembler-a64.h2861 void BumpSystemStackPointer(const Operand& space);
2943 // update sp on every push (using BumpSystemStackPointer), so determining its

Completed in 1477 milliseconds