Home
last modified time | relevance | path

Searched refs:is_constructor (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method.cc671 bool is_constructor = IsConstructor(); in SetIntrinsic() local
687 DCHECK_EQ(is_constructor, IsConstructor()); in SetIntrinsic()
/art/runtime/verifier/
Dmethod_verifier.cc2968 bool is_constructor; in CodeFlowVerifyInstruction() local
2973 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()