Searched refs:ArmExceptionSlowPath (Results 1 – 2 of 2) sorted by relevance
814 ArmExceptionSlowPath* slow = new ArmExceptionSlowPath(scratch, stack_adjust); in ExceptionPoll()822 void ArmExceptionSlowPath::Emit(Assembler* sasm) { in Emit()
742 class ArmExceptionSlowPath FINAL : public SlowPath {744 explicit ArmExceptionSlowPath(ArmManagedRegister scratch, size_t stack_adjust) in ArmExceptionSlowPath() function