Searched refs:recovery_label (Results 1 – 2 of 2) sorted by relevance
107 void SetRecoveryPoint(Label* recovery_label) { in SetRecoveryPoint() argument108 jumps_.push_back(Jump{recovery_label, pc(), true}); in SetRecoveryPoint()
371 AssemblerBase::Label* recovery_label = as_.MakeLabel(); in Load() local372 as_.SetRecoveryPoint(recovery_label); in Load()407 as_.Bind(recovery_label); in Load()418 AssemblerBase::Label* recovery_label = as_.MakeLabel(); in Store() local419 as_.SetRecoveryPoint(recovery_label); in Store()443 as_.Bind(recovery_label); in Store()