Searched refs:is_constructor (Results 1 – 2 of 2) sorted by relevance
96 RefTypeId class_id, MethodId method_id, bool is_constructor) in FinishInvoke() argument98 CHECK(!is_constructor || object_id != 0); in FinishInvoke()133 if (is_constructor) { in FinishInvoke()
2264 bool is_constructor; in CodeFlowVerifyInstruction() local2269 is_constructor = strcmp("<init>", dex_file_->StringDataByIdx(method_id.name_idx_)) == 0; in CodeFlowVerifyInstruction()2273 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()2289 if (is_constructor) { in CodeFlowVerifyInstruction()