Searched refs:ArmExceptionSlowPath (Results 1 – 2 of 2) sorted by relevance
848 ArmExceptionSlowPath* slow = new (GetArena()) ArmExceptionSlowPath(scratch, stack_adjust); in ExceptionPoll()856 void ArmExceptionSlowPath::Emit(Assembler* sasm) { in Emit()
1098 class ArmExceptionSlowPath FINAL : public SlowPath {1100 ArmExceptionSlowPath(ArmManagedRegister scratch, size_t stack_adjust) in ArmExceptionSlowPath() function