Searched refs:obj_result (Results 1 - 1 of 1) sorted by path

/art/runtime/interpreter/
H A Dinterpreter_switch_impl.cc405 ObjPtr<mirror::Object> obj_result = shadow_frame.GetVRegReference(ref_idx); local
406 if (do_assignability_check && obj_result != nullptr) {
409 obj_result = shadow_frame.GetVRegReference(ref_idx);
414 if (!obj_result->VerifierInstanceOf(return_type)) {
419 obj_result->GetClass()->GetDescriptor(&temp1),
424 result.SetL(obj_result);

Completed in 319 milliseconds