Searched refs:is_constructor (Results 1 – 3 of 3) sorted by relevance
86 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke() argument88 CHECK(!is_constructor || object_id != 0); in RequestInvoke()
2441 bool is_constructor; in CodeFlowVerifyInstruction() local2446 is_constructor = strcmp("<init>", dex_file_->StringDataByIdx(method_id.name_idx_)) == 0; in CodeFlowVerifyInstruction()2450 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()2463 if (is_constructor) { in CodeFlowVerifyInstruction()
4091 const bool is_constructor = m->IsConstructor() && !m->IsStatic(); in ExecuteMethodWithoutPendingException() local4092 if (is_constructor) { in ExecuteMethodWithoutPendingException()