Searched refs:always_throws (Results 1 – 2 of 2) sorted by relevance
23 ## CHECK-DAG: InvokeStaticOrDirect method_name:TestCase.bar always_throws:true24 ## CHECK-DAG: InvokeStaticOrDirect method_name:TestCase.bad always_throws:false
4333 void SetAlwaysThrows(bool always_throws) { SetPackedFlag<kFlagAlwaysThrows>(always_throws); } in SetAlwaysThrows() argument