Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc96 RefTypeId class_id, MethodId method_id, bool is_constructor) in FinishInvoke() argument
98 CHECK(!is_constructor || object_id != 0); in FinishInvoke()
133 if (is_constructor) { in FinishInvoke()
/art/runtime/verifier/
Dmethod_verifier.cc2264 bool is_constructor; in CodeFlowVerifyInstruction() local
2269 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()