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

/external/chromium_org/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/a64/
H A Dmacro-assembler-a64.cc941 BumpSystemStackPointer(count * size);
992 BumpSystemStackPointer(size);
1062 void MacroAssembler::BumpSystemStackPointer(const Operand& space) { function in class:vixl::MacroAssembler
H A Dmacro-assembler-a64.h1099 void BumpSystemStackPointer(const Operand& space);
1133 // update sp on every push (using BumpSystemStackPointer), so determining its

Completed in 537 milliseconds