Searched refs:is_constructor (Results 1 – 2 of 2) sorted by relevance
671 bool is_constructor = IsConstructor(); in SetIntrinsic() local687 DCHECK_EQ(is_constructor, IsConstructor()); in SetIntrinsic()
2968 bool is_constructor; in CodeFlowVerifyInstruction() local2973 is_constructor = strcmp("<init>", dex_file_->StringDataByIdx(method_id.name_idx_)) == 0; in CodeFlowVerifyInstruction()2978 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()2992 if (is_constructor) { in CodeFlowVerifyInstruction()