Lines Matching refs:self_
562 : self_(self), in MethodVerifier()
1008 DCHECK(self_->IsExceptionPending()); in ScanTryCatchBlocks()
1009 self_->ClearException(); in ScanTryCatchBlocks()
1815 self_->AllowThreadSuspension(); in CodeFlowVerifyMethod()
2896 DCHECK(!can_load_classes_ || self_->IsExceptionPending()); in CodeFlowVerifyInstruction()
2897 self_->ClearException(); in CodeFlowVerifyInstruction()
2941 DCHECK(!can_load_classes_ || self_->IsExceptionPending()); in CodeFlowVerifyInstruction()
2942 self_->ClearException(); in CodeFlowVerifyInstruction()
3539 DCHECK(self_->IsExceptionPending()); in CodeFlowVerifyInstruction()
3540 self_->ClearException(); in CodeFlowVerifyInstruction()
3661 DCHECK(self_->IsExceptionPending()); in ResolveClass()
3662 self_->ClearException(); in ResolveClass()
4654 DCHECK(self_->IsExceptionPending()); in GetStaticField()
4655 self_->ClearException(); in GetStaticField()
4695 DCHECK(self_->IsExceptionPending()); in GetInstanceField()
4696 self_->ClearException(); in GetInstanceField()
4816 DCHECK(!can_load_classes_ || self_->IsExceptionPending()); in VerifyISFieldAccess()
4817 self_->ClearException(); in VerifyISFieldAccess()
5004 DCHECK(!can_load_classes_ || self_->IsExceptionPending()); in GetMethodReturnType()
5005 self_->ClearException(); in GetMethodReturnType()