Home | History | Annotate | Download | only in interpreter

Lines Matching refs:resource_obj

508   mirror::Object* resource_obj = shadow_frame->GetVRegReference(arg_offset + 1);
509 if (resource_obj == nullptr) {
513 CHECK(resource_obj->IsString());
514 mirror::String* resource_name = resource_obj->AsString();