Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h463 bool is_constructor = IsConstructor(); in SetIntrinsic() local
477 DCHECK_EQ(is_constructor, IsConstructor()); in SetIntrinsic()
Ddebugger.cc4240 const bool is_constructor = m->IsConstructor() && !m->IsStatic(); in ExecuteMethodWithoutPendingException() local
4241 if (is_constructor) { in ExecuteMethodWithoutPendingException()
/art/runtime/jdwp/
Djdwp_handler.cc90 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke() argument
92 CHECK(!is_constructor || object_id != 0); in RequestInvoke()
/art/runtime/verifier/
Dmethod_verifier.cc2921 bool is_constructor; in CodeFlowVerifyInstruction() local
2926 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()