Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc694 bool is_constructor = IsConstructor(); in SetIntrinsic() local
710 DCHECK_EQ(is_constructor, IsConstructor()); in SetIntrinsic()
/art/runtime/verifier/
Dmethod_verifier.cc2992 bool is_constructor; in CodeFlowVerifyInstruction() local
2997 is_constructor = strcmp("<init>", dex_file_->StringDataByIdx(method_id.name_idx_)) == 0; in CodeFlowVerifyInstruction()
3002 is_constructor = called_method->IsConstructor(); in CodeFlowVerifyInstruction()
3016 if (is_constructor) { in CodeFlowVerifyInstruction()