Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc86 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke() argument
88 CHECK(!is_constructor || object_id != 0); in RequestInvoke()
/art/runtime/verifier/
Dmethod_verifier.cc2441 bool is_constructor; in CodeFlowVerifyInstruction() local
2446 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()
/art/runtime/
Ddebugger.cc4091 const bool is_constructor = m->IsConstructor() && !m->IsStatic(); in ExecuteMethodWithoutPendingException() local
4092 if (is_constructor) { in ExecuteMethodWithoutPendingException()