Searched refs:is_constructor (Results 1 – 4 of 4) sorted by relevance
463 bool is_constructor = IsConstructor(); in SetIntrinsic() local477 DCHECK_EQ(is_constructor, IsConstructor()); in SetIntrinsic()
4240 const bool is_constructor = m->IsConstructor() && !m->IsStatic(); in ExecuteMethodWithoutPendingException() local4241 if (is_constructor) { in ExecuteMethodWithoutPendingException()
90 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke() argument92 CHECK(!is_constructor || object_id != 0); in RequestInvoke()
2921 bool is_constructor; in CodeFlowVerifyInstruction() local2926 is_constructor = strcmp("<init>", dex_file_->StringDataByIdx(method_id.name_idx_)) == 0; in CodeFlowVerifyInstruction()2931 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()2945 if (is_constructor) { in CodeFlowVerifyInstruction()